Create git alias
vi .gitconfig
and add section below, cherry-pick for example,
[alias]
pick = cherry-pick -n -x
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
vi .gitconfig
and add section below, cherry-pick for example,
[alias]
pick = cherry-pick -n -x