Changes

Jump to navigation Jump to search

Git svn

227 bytes added, 12:52, 23 July 2013
git rebase --onto remotes/git-svn
git push origin master
 
== Saving credentials ==
See [http://stackoverflow.com/questions/14629107/how-to-input-password-to-git-pull-command this post]
echo "machine github.com login ${GIT_USER_NAME} password SECRET" >> ~/.netrc
chmod 0600 ~/.netrc
= See also =
[[Category:git]]

Navigation menu