Answers for "error: cannot rebase: You have unstaged changes. error: Please commit or stash 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

Code answers related to "error: cannot rebase: You have unstaged changes. error: Please commit or stash them."

Browse Popular Code Answers by Language