]> git.scripts.mit.edu Git - git.git/commitdiff
Merge branch 'sb/git-svn-docs-indent-with-ht'
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 19:10:34 +0000 (12:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 19:10:34 +0000 (12:10 -0700)
* sb/git-svn-docs-indent-with-ht:
  git-svn docs: Use tabs consistently within the ascii doc

1  2 
Documentation/git-svn.txt

index 2a3847649df540242828ac1fbae4b962ff75ce94,e801f2cafb1e7c15ba3fc228fcbdb57d0c575603..dcad890616c818ee45b42b5abedcaf6e67fd5c60
@@@ -830,10 -810,10 +830,10 @@@ Tracking and contributing to an entire 
  # View all branches and tags you have cloned:
        git branch -r
  # Create a new branch in SVN
-     git svn branch waldo
+       git svn branch waldo
  # Reset your master to trunk (or any other branch, replacing 'trunk'
  # with the appropriate name):
 -      git reset --hard remotes/trunk
 +      git reset --hard svn/trunk
  # You may only dcommit to one branch/tag/trunk at a time.  The usage
  # of dcommit/rebase/show-ignore should be the same as above.
  ------------------------------------------------------------------------