Skip to content

Commit 659e59e

Browse files
committed
Add 'git commit -m' alias 'git cm'
1 parent f3945ee commit 659e59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/config/aliases.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
s=status
22
pr=pull --rebase
33
c=commit
4+
cm=commit -m
45
cp=commit --amend
56
cpn=commit --amend --no-edit
67
ch=checkout

0 commit comments

Comments
 (0)