From 815f54be680bafd6c297e5c71ea4d1516ba35b1a Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 20 Jun 2019 11:27:51 -0700 Subject: [PATCH] feat: cherry-pick alias, add autosquash --- git/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 245b565..247fe63 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -6,6 +6,7 @@ bi = bisect ci = commit co = checkout + cp = cherry-pick di = diff dc = diff --cached amend = commit --amend @@ -48,3 +49,5 @@ followTags = true [branch] autosetuprebase = always +[rebase] + autosquash = true