Answers for "git showing unstaged changes and not able to stage them"

CSS
0

! [remote rejected] master -> master (Working directory has unstaged changes)

Enter your server's repo directory

rm -r *
git reset --hard


Then you can push as usual on the local machine/dev
Posted by: Guest on January-12-2021
7

revert unstaged changes git

git checkout -- .
Posted by: Guest on May-01-2020

Browse Popular Code Answers by Language