Answers for "(working directory has unstaged changes)"

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

Code answers related to "(working directory has unstaged changes)"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language