We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cac03c + d80c27d commit 66ed1beCopy full SHA for 66ed1be
book/03-git-branching/sections/nutshell.asc
@@ -80,9 +80,9 @@ This option is called `--decorate`.
80
[source,console]
81
----
82
$ git log --oneline --decorate
83
-f30ab (HEAD, master, testing) add feature #32 - ability to add new
84
-34ac2 fixed bug #1328 - stack overflow under certain conditions
85
-98ca9 initial commit of my project
+f30ab (HEAD -> master, testing) add feature #32 - ability to add new formats to the central interface
+34ac2 Fixed bug #1328 - stack overflow under certain conditions
+98ca9 The initial commit of my project
86
87
88
You can see the ``master'' and ``testing'' branches that are right there next to the `f30ab` commit.
0 commit comments