diff: changed the diff script to an alias
This commit is contained in:
@@ -6,6 +6,9 @@ alias pull="git pull"
|
||||
alias push="git push"
|
||||
alias master="git checkout master"
|
||||
alias develop="git checkout develop"
|
||||
alias diff="git diff -w"
|
||||
alias linuxdiff="/usr/bin/diff"
|
||||
alias sysdiff="/usr/bin/diff"
|
||||
#alias log="git log --graph --decorate --abbrev-commit --pretty=oneline"
|
||||
alias log="git log --graph --date=short --pretty=format:'%C(yellow)%h %C(white)%ad %C(black)[%C(green)%an%C(black)] %C(blue)%s%C(yellow)%d'"
|
||||
alias stash="git stash save"
|
||||
|
||||
Reference in New Issue
Block a user