diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-12 23:04:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-12 23:04:43 +0200 |
commit | af2219d89511d6968a09a2795ac01e96c7334420 (patch) | |
tree | df99e81c41ad593d51f36879fbfe944fe72baf5f /using-git.texinfo | |
parent | typo (diff) | |
download | using-git-af2219d89511d6968a09a2795ac01e96c7334420.tar.gz using-git-af2219d89511d6968a09a2795ac01e96c7334420.tar.bz2 using-git-af2219d89511d6968a09a2795ac01e96c7334420.tar.xz |
typo: cherry picking => cherry-picking
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 91e855d..d26eb12 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1285,7 +1285,7 @@ bisection. @menu * Tagging versions:: Releasing your new version -* Cherry picking:: Backporting and selective proposed update merge +* Cherry-picking:: Backporting and selective proposed update merge * Examine the log:: Utilising Git's commit log @end menu @@ -1333,15 +1333,15 @@ files inside @file{.git/refs}. -@node Cherry picking -@section Cherry picking +@node Cherry-picking +@section Cherry-picking -Cherry picking is the action of applying +Cherry-picking is the action of applying changes made in another commit. It is a create tool both for apply changes made to another branch or to backport features. -Cherry picking works just merging branches, +Cherry-picking works just merging branches, except, instead of choosing a branch to pull and apply all it changes you choose individual commits, and commits ranges: |