update git alias
This commit is contained in:
parent
6d2eadb226
commit
750b04d63d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
co = checkout
|
co = checkout
|
||||||
cob = checkout -b
|
cob = checkout -b
|
||||||
|
|
||||||
cmt = "!git commit -m $(date)"
|
cmt = "!git commit -m \"$(date)\""
|
||||||
# list aliases
|
# list aliases
|
||||||
la = "!git config -l | grep alias | cut -c 7-"
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
|
|
Loading…
Reference in a new issue