This commit is contained in:
Judah Caruso 2025-05-21 22:09:06 -06:00
parent 0230395bbc
commit d57256a367

View file

@ -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