Answers for "git unstage file for commit"

4

git unstage file for commit

git reset myfilename.txt
Posted by: Guest on February-28-2020
1

git unstage a file

$ git reset -- README
Posted by: Guest on February-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language