How to run Git 1.6.x for Windows from a USB memory stick

一笑奈何 提交于 2019-12-03 11:08:10

When I went to the msysgit download page today, there was a download link for "PortableGit" that was new as of 22MAR09. Using this version might provide you with more of the control you need. I have not tried it, but the name suggests it's geared more toward USB-stick installations.

I think those are stored in the user part of the local copy of the repository. If they aren't, then you can always override them in the user settings within the .git directory.

You could use the portable version from http://code.google.com/p/msysgit/

Your e-mail address, name and many other settings are stored in the global configuration file .gitconfig in your home dir.

git-config

Maybe the -f option helps you for specifing the different location of the config file.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!