Add a git start alias
This commit is contained in:
parent
4cb5d77a58
commit
e49686b487
|
@ -34,5 +34,6 @@
|
||||||
required = true
|
required = true
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%cr)%Creset' --date=relative
|
lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%cr)%Creset' --date=relative
|
||||||
|
start = !git init && git commit --allow-empty -m \"Initial commit, mofuck\"
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user