git einrückungen
This commit is contained in:
parent
11968de4f8
commit
b1826b16ba
1 changed files with 10 additions and 11 deletions
21
.gitconfig
21
.gitconfig
|
@ -1,16 +1,15 @@
|
|||
[user]
|
||||
name = Michael Grote
|
||||
email = michael.grote@posteo.de
|
||||
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
|
||||
p = push
|
||||
c = checkout
|
||||
r = rebase
|
||||
rc = rebase --continue
|
||||
remote = remote -v
|
||||
fetchp = fetch --prune
|
||||
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
|
||||
p = push
|
||||
c = checkout
|
||||
r = rebase
|
||||
rc = rebase --continue
|
||||
remote = remote -v
|
||||
fetchp = fetch --prune
|
||||
cline = clone
|
||||
|
||||
|
|
Loading…
Reference in a new issue