X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=contrib%2Fgit-svn%2Fgit-svn.txt;h=b29073997c00944322ccc78ad5df0e1df0fc3f8f;hb=f64c429ff75a1f53945b508f77e5f8f157a024c2;hp=b588a2a0ec142dcaaa08d4451541fba432a9e45b;hpb=b705ba43c6202e3a64fbc28aa7b6b2adff7435ac;p=git.git diff --git a/contrib/git-svn/git-svn.txt b/contrib/git-svn/git-svn.txt index b588a2a0..b2907399 100644 --- a/contrib/git-svn/git-svn.txt +++ b/contrib/git-svn/git-svn.txt @@ -159,7 +159,7 @@ Tracking and contributing to an Subversion managed-project: # Commit only the git commits you want to SVN:: git-svn commit [ ...] # 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: