dotfiles/.gitconfig
2021-05-27 22:49:56 +02:00

16 lines
390 B
INI

[user]
name = Michael Grote
email = michael.grote@posteo.de
[credential]
helper = store
[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
s = status
p = push
c = checkout
r = rebase
rc = rebase --continue
remote = remote -v
fetchp = fetch --prune
cline = clone