Answers for "how download last commit"

1

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
10

how do i get the last commit

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language