Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/mailinfo-remove-brackets'
[gitweb.git]
/
Documentation
/
gitcore-tutorial.txt
diff --git
a/Documentation/gitcore-tutorial.txt
b/Documentation/gitcore-tutorial.txt
index b7380b069ac35ed72f3673add60ce4566823b7aa..e237394397199cbb9b72f1f7989d0b51667e9a6d 100644
(file)
--- a/
Documentation/gitcore-tutorial.txt
+++ b/
Documentation/gitcore-tutorial.txt
@@
-1186,9
+1186,9
@@
$ git show-branch
* [master] Some fun.
! [mybranch] Some work.
--
- + [mybranch] Some work.
* [master] Some fun.
-*+ [mybranch^] Initial commit
+ + [mybranch] Some work.
+*+ [master^] Initial commit
------------
Now we are ready to experiment with the merge by hand.