.
This commit is contained in:
parent
0230395bbc
commit
d57256a367
1 changed files with 6 additions and 6 deletions
|
|
@ -18,11 +18,11 @@ create another commit moving the task from your 'IN
|
||||||
PROGRESS' section to the 'DONE' section; the commit
|
PROGRESS' section to the 'DONE' section; the commit
|
||||||
message should only say 'finish [id]'.
|
message should only say 'finish [id]'.
|
||||||
|
|
||||||
// Starting commit
|
// Final commit
|
||||||
commit SOME HASH
|
commit SOME HASH
|
||||||
Author: Your Name <your@email>
|
Author: Your Name <your@email>
|
||||||
|
|
||||||
start 034
|
finish 034
|
||||||
|
|
||||||
// Intermediate commits
|
// Intermediate commits
|
||||||
commit SOME HASH
|
commit SOME HASH
|
||||||
|
|
@ -30,11 +30,11 @@ message should only say 'finish [id]'.
|
||||||
|
|
||||||
Blah blah blah
|
Blah blah blah
|
||||||
|
|
||||||
// Final commit
|
// Starting commit
|
||||||
commit SOME HASH
|
commit SOME HASH
|
||||||
Author: Your Name <your@email>
|
Author: Your Name <your@email>
|
||||||
|
|
||||||
finish 034
|
start 034
|
||||||
|
|
||||||
|
|
||||||
Writing Code
|
Writing Code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue