I have a commit to which I accidentally added a file that should not have been. In the current commit is not scary, let it be. But how to make him get out of the next one?
|
I have a commit to which I accidentally added a file that should not have been. In the current commit is not scary, let it be. But how to make him get out of the next one?
Source: https://ru.stackoverflow.com/questions/553173/
All Articles
git rm <имя файла>
and commit. But you can fix the old commit - KoVadim