Linked Questions

Popular Questions

From a git repo, I would like to delete some commits interactively by using

git rebase -i b0da18a

(for instance). However, in the text editor that is opened, I receive the text "noop". What does it mean?

Related Questions