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 Share this:Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Tumblr (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email a link to a friend (Opens in new window)Click to print (Opens in new window)Like this:Like Loading... Related