Open main menu

Changes

Git svn

195 bytes removed, 10:41, 23 July 2013
git remote add hub https://${GIT_USER_NAME}@github.com/${GIT_USER_NAME}/relax_scripts.git
</source>
 
= Get future updates =
For future updates to the SVN revision HEAD, you now need to do a git svn rebase, which is very similar to: svn up
git svn rebase
Check branch information
git branch -a
= How the import to github was done =