Skip to content

Commit 8673a47

Browse files
committed
Fix git's output
When committing to a branch, git commit prints the branch name, "slow-blink" this time, not master.
1 parent eb6a94b commit 8673a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/06-github/sections/2-contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void loop() {
8484
}
8585
8686
$ git commit -a -m 'three seconds is better' <5>
87-
[master 5ca509d] three seconds is better
87+
[slow-blink 5ca509d] three seconds is better
8888
1 file changed, 2 insertions(+), 2 deletions(-)
8989
9090
$ git push origin slow-blink <6>

0 commit comments

Comments
 (0)