Git – How to rebase specific commit (Video) Dec 05, 2017 / Git git log –oneline git rebase -i ######## //Commit hash Replace pick with edit Ctrl-C :wq Make a change git status git add ****** // Changed files git commit –ammend –no-edit git rebase –continue git push -f