We have GIT set up within our windows network (using msysgit & GitExtensions). We each have our own repositories and we push to a remote \'bare\' repository on one of o
Problem solved:
h: (flash drive) cd \ mkdir YourProject cd YourProject git init git remote add origin git@github.com:user/YourProject.git git remote add local C:\w\YourProject git pull origin master git push local master