Skip to content

Commit

Permalink
Documentation: rebase-from-internal minor updates.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Nov 20, 2005
1 parent 6ed6405 commit 22a06b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Documentation/howto/rebase-from-internal-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ So I started from master, made a bunch of edits, and committed:
$ git checkout master
$ cd Documentation; ed git.txt ...
$ cd ..; git add Documentation/*.txt
$ git commit -s -v

NOTE. The -v flag to commit is a handy way to make sure that
your additions are not introducing bogusly formatted lines.
$ git commit -s

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

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

You, as an individual developer, cloned upstream repository and
amde a couple of commits on top of it.
made a couple of commits on top of it.

*your "master" head
upstream --> #1 --> #2 --> #3
Expand Down

0 comments on commit 22a06b3

Please sign in to comment.