windows: .gitconfig erstellt
This commit is contained in:
parent
def7a3aee1
commit
9194f62760
1 changed files with 12 additions and 0 deletions
12
windows/.gitconfig
Normal file
12
windows/.gitconfig
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[user]
|
||||||
|
name = Michael Grote
|
||||||
|
email = michael.grote@posteo.de
|
||||||
|
[credential]
|
||||||
|
helper = wincred
|
||||||
|
[alias]
|
||||||
|
logs = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||||
|
remote = remote -v
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
[help]
|
||||||
|
autocorrect = 20 # https://opensource.com/article/20/11/git-aliases
|
Loading…
Reference in a new issue