diff --git a/.bash_extra b/.bash_extra index 7194670..d3889e5 100644 --- a/.bash_extra +++ b/.bash_extra @@ -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 diff --git a/.gitconfig b/.gitconfig index 9cc9023..0f6dccd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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