Answers for "add changes to last commit"

4

add changes to last commit

git add the_left_out_file
git commit --amend --no-edit
Posted by: Guest on May-15-2020
2

add change to last commit

$ (some_branch) git commit --amend
Posted by: Guest on April-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language