Skip to content

Commit f85c244

Browse files
committed
Merge pull request #144 from paveljanik/patch-5
Fix git's output
2 parents eb6a94b + 8673a47 commit f85c244

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)