added color to git diff
This commit is contained in:
parent
c96378783b
commit
6da54933a2
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
|
@ -6,6 +6,6 @@ HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z #"
|
|||
|
||||
# aliases
|
||||
alias grep='grep --color'
|
||||
alias gdp='git diff HEAD^ HEAD'
|
||||
alias gdp='git diff --color HEAD^ HEAD'
|
||||
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
|
||||
alias gdc='git diff --color'
|
||||
alias gdc='git diff --color HEAD^'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue