dotfiles/.gitconfig

13 lines
342 B
INI
Raw Normal View History

2020-07-13 09:45:25 +02:00
[user]
name = Michael Grote
2020-12-18 09:30:37 +01:00
email = michael.grote@posteo.de
2020-10-12 18:56:12 +02:00
[credential]
2021-05-01 17:00:18 +02:00
helper = store
[alias]
cm = checkout master && git pull
log = 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
remote = remote -v