feat(jj): add `jjgfa` alias (#13105)

master
Cyril Plisko 1 year ago committed by GitHub
parent 51d0e0aa1d
commit 62afbdebb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      plugins/jj/README.md
  2. 1
      plugins/jj/jj.plugin.zsh

@ -20,6 +20,7 @@ plugins=(... jj)
| jje | `jj edit` |
| jjgcl | `jj git clone` |
| jjgf | `jj git fetch` |
| jjgfa | `jj git fetch --all-remotes` |
| jjgp | `jj git push` |
| jjl | `jj log` |
| jjla | `jj log -r "all()"` |

@ -42,6 +42,7 @@ alias jjds='jj desc'
alias jje='jj edit'
alias jjgcl='jj git clone'
alias jjgf='jj git fetch'
alias jjgfa='jj git fetch --all-remotes'
alias jjgp='jj git push'
alias jjl='jj log'
alias jjla='jj log -r "all()"'

Loading…
Cancel
Save