dotfiles/.gitconfig

20 lines
489 B
INI
Raw Normal View History

2020-07-13 09:45:25 +02:00
[user]
2021-05-27 23:00:31 +02:00
name = Michael Grote
email = michael.grote@posteo.de
2020-10-12 18:56:12 +02:00
[credential]
2021-05-27 21:47:49 +02:00
helper = store
2021-05-01 17:00:18 +02:00
[alias]
2021-05-27 23:00:31 +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
s = status
2021-07-03 15:19:37 +02:00
c = checkout
cm = commit -m
2021-05-27 23:00:31 +02:00
r = rebase
rc = rebase --continue
remote = remote -v
fetchp = fetch --prune
2021-05-27 22:49:56 +02:00
cline = clone
2021-05-28 09:19:06 +02:00
stagep = stage -p
staus = status
2021-08-12 13:22:23 +02:00
[core]
editor = vim