diff --git a/docs/misc/git.md b/docs/misc/git.md index a86584f..1edc687 100644 --- a/docs/misc/git.md +++ b/docs/misc/git.md @@ -190,7 +190,7 @@ It's generally recommended creating annotated tags so it's possible to have all `git merge `: merges into current branch `git merge --continue`: continue previous merge after solving a merge conflict `git rebase `: rebase current branch commits onto another branch -`git rebase --onto `: rebase current branch commits onto another commit +`git rebase --onto `: rebase a slice of commits from `` onto `` `git cherry-pick `: bring in a commit from another branch `git cherry-pick ..`: bring in a range of commits from another branch (first excluded)