Skip to content

Commit 22a06b3

Browse files
author
Junio C Hamano
committed
Documentation: rebase-from-internal minor updates.
git-commit -v flag has been the default for quite some time, so do not mention it. Also a typofix. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 6ed6405 commit 22a06b3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Documentation/howto/rebase-from-internal-branch.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ So I started from master, made a bunch of edits, and committed:
4040
$ git checkout master
4141
$ cd Documentation; ed git.txt ...
4242
$ cd ..; git add Documentation/*.txt
43-
$ git commit -s -v
44-
45-
NOTE. The -v flag to commit is a handy way to make sure that
46-
your additions are not introducing bogusly formatted lines.
43+
$ git commit -s
4744

4845
After the commit, the ancestry graph would look like this:
4946

@@ -98,7 +95,7 @@ to do cherrypicking using only the core GIT tools.
9895
Let's go back to the earlier picture, with different labels.
9996

10097
You, as an individual developer, cloned upstream repository and
101-
amde a couple of commits on top of it.
98+
made a couple of commits on top of it.
10299

103100
*your "master" head
104101
upstream --> #1 --> #2 --> #3

0 commit comments

Comments
 (0)