Merge branch 'master' of https://git.mgrote.net/mg/dotfiles
This commit is contained in:
commit
bc1a433c7e
1 changed files with 10 additions and 11 deletions
21
.gitconfig
21
.gitconfig
|
@ -1,16 +1,15 @@
|
||||||
[user]
|
[user]
|
||||||
name = Michael Grote
|
name = Michael Grote
|
||||||
email = michael.grote@posteo.de
|
email = michael.grote@posteo.de
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
[alias]
|
[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
|
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
|
s = status
|
||||||
p = push
|
p = push
|
||||||
c = checkout
|
c = checkout
|
||||||
r = rebase
|
r = rebase
|
||||||
rc = rebase --continue
|
rc = rebase --continue
|
||||||
remote = remote -v
|
remote = remote -v
|
||||||
fetchp = fetch --prune
|
fetchp = fetch --prune
|
||||||
cline = clone
|
cline = clone
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue