summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b705ba4)
raw | patch | inline | side by side (parent: b705ba4)
author | Eric Wong <normalperson@yhbt.net> | |
Mon, 27 Feb 2006 20:55:45 +0000 (12:55 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 23:27:51 +0000 (15:27 -0800) |
Thanks to Nicolas Vilz <niv@iaglans.de> for noticing this.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.txt | patch | blob | history |
index b588a2a0ec142dcaaa08d4451541fba432a9e45b..b29073997c00944322ccc78ad5df0e1df0fc3f8f 100644 (file)
# Commit only the git commits you want to SVN::
git-svn commit <tree-ish> [<tree-ish_2> ...]
# Commit all the git commits from my-branch that don't exist in SVN::
- git commit git-svn-HEAD..my-branch
+ git-svn commit git-svn-HEAD..my-branch
# Something is committed to SVN, pull the latest into your branch::
git-svn fetch && git pull . git-svn-HEAD
# Append svn:ignore settings to the default git exclude file: