Posted in 05/09/2009 ¬ 1:23 pmh.ali.sogukpinar
Couple of weeks ago I switched from svn to git. I am still trying find my way out and I have seen that being able to see your branch name as part of your command prompt saves you from a lot of confusion. You can do it by modifying your ~/.bashrc file. After quick search [...]
Read the rest of this entry »
Posted in 25/08/2009 ¬ 11:19 amh.ali.sogukpinar
I have decided on using GIT as repository for my projects. I need to move my existing svn repositories to GIT. git-svn is the tool I used for my migration. There is an Ubuntu package with same name. sudo apt-get install git-svn Usage is very simple. You create a local copy of your svn project/repository. [...]
Read the rest of this entry »