|
@@ -13,7 +13,7 @@ alias gbd='git branch -D'
|
|
|
## standard log with train tracks
|
|
## standard log with train tracks
|
|
|
alias gl='git log --graph --pretty="format:%C(yellow)%h%Cgreen%d %Cblue[%an] %Creset%s... %C(cyan)%ar"'
|
|
alias gl='git log --graph --pretty="format:%C(yellow)%h%Cgreen%d %Cblue[%an] %Creset%s... %C(cyan)%ar"'
|
|
|
## concise, branch-only log with train tracks
|
|
## concise, branch-only log with train tracks
|
|
|
-alias glb='git log --all --simplify-by-decoration --no-merges --pretty="format:%C(yellow)%h%Cgreen%d %Cblue[%an] %Creset%s... %C(cyan)%ar"'
|
|
|
|
|
|
|
+alias glb='git log --all --simplify-by-decoration --pretty="format:%C(yellow)%h%Cgreen%d %Cblue[%an] %Creset%s... %C(cyan)%ar"'
|
|
|
## search through history for particular text
|
|
## search through history for particular text
|
|
|
alias glS='git log -S'
|
|
alias glS='git log -S'
|
|
|
alias glp='git log --patch'
|
|
alias glp='git log --patch'
|