Categories
How to uncommitted files?
Working in phpstorm Accidentally committed files that can't be pushed. Now, when entering "git push", this commit and files hang. How to refuse them? In general, I would like to throw off the whole line ...
Answer the question
In order to leave comments, you need to log in
git reset HEAD~1 Remove unnecessary files, make a commit again.
git reset HEAD~1
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question