dotfiles/.gitconfig

15 lines
369 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]
2021-05-02 11:28:37 +02:00
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
2021-05-01 17:00:18 +02:00
s = status
p = push
c = checkout
2021-05-19 13:05:16 +02:00
r = rebase
rc = rebase --continue
2021-05-01 17:00:18 +02:00
remote = remote -v
2021-05-02 11:30:51 +02:00
fetchp = fetch --prune