Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#git
Question
If you want to make a single commit from these three commits, you make the script look like this:
Answer

To drop a commit, just delete that line in your editor.

If you no longer want the bad commits in your project, you can delete lines 1 and 3-4 above.

If you want to combine two commits together, you can use the squash or fixup commands

pick f7f3f6d changed my name a bit
squash 310154e updated README formatting and added blame
squash a5f4a0d added cat-file


Tags
#git
Question
If you want to make a single commit from these three commits, you make the script look like this:
Answer
?

Tags
#git
Question
If you want to make a single commit from these three commits, you make the script look like this:
Answer

To drop a commit, just delete that line in your editor.

If you no longer want the bad commits in your project, you can delete lines 1 and 3-4 above.

If you want to combine two commits together, you can use the squash or fixup commands

pick f7f3f6d changed my name a bit
squash 310154e updated README formatting and added blame
squash a5f4a0d added cat-file

If you want to change selection, open document below and click on "Move attachment"

pdf

owner: cramer7575 - (no access) - GitNotesForProfessionals.pdf, p53

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.