Answers for "use last commit"

6

how do i get the last commit

$ git reset --soft HEAD~1
Posted by: Guest on April-15-2020
0

ammend last commit

git commit --amend

# if you want to add a new message
git commit --amend -m
Posted by: Guest on April-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language