M
M
mrrangerr2020-10-27 19:24:26
git
mrrangerr, 2020-10-27 19:24:26

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

1 answer(s)
D
Dmitry Shitskov, 2020-10-27
@Zarom

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 question

Ask a Question

731 491 924 answers to any question