Answers for "add some file to first commit"

9

git add file to last commit

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

how to add one more file to my previous commit

git commit --amend
Posted by: Guest on May-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language