Git delete a commit in history

Posted by itungnt on Friday, July 29, 2016

git rebase –onto 33fee37^ 33fee37 HEAD

git checkout -b KSEAPP-61

git checkout master

git merge KSEAPP-61 –no-commit


comments powered by Disqus