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 gs="git status"
|
||||
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
|
||||
alias v="view"
|
||||
# docker
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
[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
|
||||
remote = remote -v
|
||||
[core]
|
||||
editor = vim
|
||||
|
|
Loading…
Reference in a new issue