dotfiles/.gitconfig
2021-08-24 08:45:21 +02:00

21 lines
521 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
c = checkout
cm = commit -m
d = diff
ds = diff --staged
r = rebase
rc = rebase --continue
remote = remote -v
fetchp = fetch --prune
cline = clone
stagep = stage -p
staus = status
[core]
editor = vim