diff --git a/docs/misc/git.md b/docs/misc/git.md index 7430b41..9e80cfa 100644 --- a/docs/misc/git.md +++ b/docs/misc/git.md @@ -187,6 +187,7 @@ It's generally recommended creating annotated tags so it's possible to have all `git merge --continue`: continue previous merge after solving a merge conflict `git rebase `: rebase current branch commits onto another branch `git rebase --onto `: rebase a slice of commits from `` onto `` +`git rebase --onto --root `: rebase a slice of commits from `` onto ``, including the root commit `git cherry-pick `: bring in a commit from another branch `git cherry-pick ..`: bring in a range of commits from another branch (first excluded)