Commit 818cf93e671b0b83aa4963b6fe8c11690d22bf65
Add remotes bash alias
It's a shorthand for `git remotes` alias.
Author: xaizek
Author date (UTC): 2021-06-27 14:08
Committer name: xaizek
Committer date (UTC): 2021-06-27 14:08
Parent(s): 68088a46dbfc742afbe60c97741e18a20fbbc212
Signing key: 99DC5E4DB05F6BE2
Tree: c0d6640e71817eecbf643f2cc172f2c645124961
| File |
Lines added |
Lines deleted |
| bashrc |
3 |
0 |
| File bashrc changed (mode: 100644) (index f834dfc..20f554e) |
| ... |
... |
alias ghi='git hist' |
| 218 |
218 |
# spawn detached gitk process showing all refs |
# spawn detached gitk process showing all refs |
| 219 |
219 |
alias gk='gitk --all&' |
alias gk='gitk --all&' |
| 220 |
220 |
|
|
|
221 |
|
# spawn detached gitk process showing all refs |
|
222 |
|
alias remotes='git remotes' |
|
223 |
|
|
| 221 |
224 |
# execute a repository-specific script |
# execute a repository-specific script |
| 222 |
225 |
alias x='gt-do' |
alias x='gt-do' |
| 223 |
226 |
alias xe='gt-do -e' |
alias xe='gt-do -e' |