git: alias verschoben

This commit is contained in:
Michael Grote 2021-11-26 21:20:38 +01:00
parent 10dbfe7cb0
commit a443c40ddb
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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