| File bashrc changed (mode: 100644) (index e894d1d..c1861ff) |
| ... |
... |
alias gob='git checkout -b' |
| 204 |
204 |
alias got='git checkout --track' |
alias got='git checkout --track' |
| 205 |
205 |
|
|
| 206 |
206 |
# show information about git object |
# show information about git object |
| 207 |
|
alias gh='git show -u --stat' |
|
|
207 |
|
alias gh='git show -u --stat --ext-diff' |
| 208 |
208 |
|
|
| 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' |