Answers for "git unstage a file"

4

git unstage file for commit

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

git unstage file\

# unstage file before commit
git rm --cached <file_name>
Posted by: Guest on December-18-2020
1

git unstage a file

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

git unstage

rit reset config.json
Posted by: Guest on June-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language