git: alias verschoben
This commit is contained in:
parent
10dbfe7cb0
commit
a443c40ddb
2 changed files with 1 additions and 1 deletions
|
@ -160,6 +160,7 @@ alias gsp="git stage -p"
|
||||||
alias gd="git diff"
|
alias gd="git diff"
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
alias gc="git checkout"
|
alias gc="git checkout"
|
||||||
|
alias glogs="git log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
|
||||||
# vim
|
# vim
|
||||||
alias v="view"
|
alias v="view"
|
||||||
# docker
|
# docker
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
[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
|
|
||||||
remote = remote -v
|
remote = remote -v
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
Loading…
Reference in a new issue