Answer the question
In order to leave comments, you need to log in
How to make git see changes after rebase?
Hello everyone, after the commit made, it became necessary to remove the commit. I removed it using the git rebase -i HEAD~2 command.
Now I want to commit again to push, but git status doesn't see my changes - On branch 504
nothing to commit, working tree clean
How can I make git see my changes?
Answer the question
In order to leave comments, you need to log in
If git status shows no changes, they are not executed and the code corresponds to the current state indicated by HEAD
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question