P
P
Peter2015-04-09 13:09:37
git
Peter, 2015-04-09 13:09:37

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 ...
42b315d9696f4a19b763d922b4f7511d.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor, 2015-04-09
@v_decadence

git reset HEAD~1
Remove unnecessary files, make a commit again.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question