Skip to content

Commit 3dccaca

Browse files
committed
git: add more aliases
1 parent f37b123 commit 3dccaca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

git/gitconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
git = !exec git
2626
s = status
2727
unstage = reset HEAD --
28+
c = commit
29+
cam = commit --amend
30+
cp = cherry-pick
31+
r = rebase
32+
ri = rebase --interactive
33+
rc = rebase --continue
34+
ra = rebase --abort
2835
[rerere]
2936
enabled = true
3037
autoupdate = true

0 commit comments

Comments
 (0)