Open main menu

Changes

Git svn

57 bytes added, 13:27, 22 July 2013
== git operations ==
Now fetch changes from remote hubcreate a repository at your private github account. Do not check anything in like, README or .gitignore. We want to preserve history! git fetch originThen send svn branch master of to github git fetch push hub git branch -amaster
We need to make a setting [http://stackoverflow.com/questions/948354/git-push-current-branch how we push branches.]
git pull hub master
git log
 
Then send svn branch master of to github
git push hub master
= See also =
[[Category:git]]