Answers for "can we add notes to changes in commit in git"

9

add changes to last commit

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

how to only adda and commit file that was changed in git

//adding changed/deleted files to gut 
git add -u
Posted by: Guest on July-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language