feat: cherry-pick alias, add autosquash

This commit is contained in:
Joe Fleming
2019-06-20 11:27:51 -07:00
committed by GitHub
parent f452ff65ac
commit 815f54be68

View File

@@ -6,6 +6,7 @@
bi = bisect bi = bisect
ci = commit ci = commit
co = checkout co = checkout
cp = cherry-pick
di = diff di = diff
dc = diff --cached dc = diff --cached
amend = commit --amend amend = commit --amend
@@ -48,3 +49,5 @@
followTags = true followTags = true
[branch] [branch]
autosetuprebase = always autosetuprebase = always
[rebase]
autosquash = true