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>
This commit is contained in:
Junio C Hamano 2005-11-19 19:21:11 -08:00
parent 6ed64058e1
commit 22a06b3c47

View File

@ -40,10 +40,7 @@ So I started from master, made a bunch of edits, and committed:
$ git checkout master $ git checkout master
$ cd Documentation; ed git.txt ... $ cd Documentation; ed git.txt ...
$ cd ..; git add Documentation/*.txt $ cd ..; git add Documentation/*.txt
$ git commit -s -v $ git commit -s
NOTE. The -v flag to commit is a handy way to make sure that
your additions are not introducing bogusly formatted lines.
After the commit, the ancestry graph would look like this: After the commit, the ancestry graph would look like this:
@ -98,7 +95,7 @@ to do cherrypicking using only the core GIT tools.
Let's go back to the earlier picture, with different labels. Let's go back to the earlier picture, with different labels.
You, as an individual developer, cloned upstream repository and 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 *your "master" head
upstream --> #1 --> #2 --> #3 upstream --> #1 --> #2 --> #3