Answers for "git warning: deleting the current branch Working directory has unstaged changes"

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
1

commit unstaged changes to new branch

git checkout -b new_branch_name
Posted by: Guest on September-28-2020

Code answers related to "git warning: deleting the current branch Working directory has unstaged changes"

Browse Popular Code Answers by Language