feat: cherry-pick alias, add autosquash
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user