Add .gitconfig
commit
c030c0ca06
|
@ -0,0 +1,9 @@
|
|||
[alias]
|
||||
s = status
|
||||
f = fetch
|
||||
l = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
|
||||
ll = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all
|
||||
|
||||
[user]
|
||||
name = {{ .user.name }}
|
||||
email = {{ .user.email }}
|
Loading…
Reference in New Issue