mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Add can and cans git alias
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
cs = commit --signoff
|
||||
ca = commit --amend
|
||||
cas = commit --amend --signoff
|
||||
can = commit --amend --no-edit
|
||||
cans == commit --amend --no-edit --signoff
|
||||
ci = commit --interactive
|
||||
cis = commit --amend --signoff
|
||||
cm = commit --message
|
||||
|
||||
Reference in New Issue
Block a user