News

git svn clone --stdlayout --no-metadata https://path.to.your.svn.repo/myProject myProject.git-svn Or if you care and you have a non-standard layout, you can specify each path name ...
The thread about GUIs for git tracking (Sourcetree is the best, btw ;) ) reminded me that I still have a hard time with merging when it arises. What are you guys using? I generally use git-svn for ...
The difference between SVN – a centralized version control, and Git – a distributed version control, is huge. We got ourselves into trouble via false assumptions almost immediately. We had ...