New git-hist without tags
This commit is contained in:
parent
1e0799ab37
commit
f96b40dbfa
2 changed files with 4 additions and 2 deletions
1
.aliases
1
.aliases
|
@ -24,6 +24,7 @@ alias gfl="git log --patch"
|
|||
alias gl="git log"
|
||||
alias gh="git hist"
|
||||
alias ghd="git hist-details"
|
||||
alias ght="git hist-tags"
|
||||
alias gr="git reset"
|
||||
alias grc="git rm --cached"
|
||||
alias grh="git reset --hard"
|
||||
|
|
|
@ -7,8 +7,9 @@
|
|||
[apply]
|
||||
whitespace = fix
|
||||
[alias]
|
||||
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
hist = log --graph --pretty=format:'%Cred%h%Creset - %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
hist-details = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
||||
hist-tags = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
[color]
|
||||
ui = auto
|
||||
[color "branch"]
|
||||
|
@ -24,7 +25,7 @@
|
|||
added = yellow
|
||||
changed = green
|
||||
untracked = cyan
|
||||
[core]
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
autocrlf = input
|
||||
editor = vim
|
||||
|
|
Loading…
Reference in a new issue