Dong Zhou
Dong Zhou
@AckslD Apart from the speed issue, you can make an alias for `gita ll |rg -v '\[\]'` (`rg` is a faster version of `grep`)
maybe we can close this case already?
implemented in v0.16.6.1
check out PR #269 its change is in v0.16.6.6
It is supported here: https://github.com/magicmonty/bash-git-prompt
To make this work, we should make `utils.describe` return a dict instead of str, then the `f_ll` function can display the repo information in any requested format. The caveat is...
maybe the easy solution is to add an option for `gita ll` to limit the lengths for all columns btw, one can also change repo name with `gita rename ...`....
I tried this and it kinda works. The fetch actually fails but pwd is executed correctly ``` "ffwd": { "cmd": "git fetch ; pwd", "allow_all": true, "help": "fast forward the...
sorry it doesn't work, the repo path is printed out by default