| File bashrc changed (mode: 100644) (index c1861ff..f5a2f36) |
| ... |
... |
alias gh='git show -u --stat --ext-diff' |
| 209 |
209 |
# show information about git object with some statistic |
# show information about git object with some statistic |
| 210 |
210 |
alias ghs='git show --stat' |
alias ghs='git show --stat' |
| 211 |
211 |
|
|
| 212 |
|
# show first 100 of latest repository revisions using "hist" git alias |
|
| 213 |
|
alias ghi='git hist -100' |
|
| 214 |
|
|
|
| 215 |
212 |
# show full repository history using "hist" git alias |
# show full repository history using "hist" git alias |
| 216 |
|
alias ghii='git hist' |
|
|
213 |
|
alias ghi='git hist' |
| 217 |
214 |
|
|
| 218 |
215 |
# spawn detached gitk process showing all refs |
# spawn detached gitk process showing all refs |
| 219 |
216 |
alias gk='gitk --all&' |
alias gk='gitk --all&' |