Dong Zhou
Dong Zhou
Is there a way to define a category with multiple words, say `jonh doe`?
I also hit this bug when changing the capitalization of the files names, say `ab.page` to `Ab.page`. Gitit thinks `Ab.page` doesn't exist and it also fails to create it. I...
I was ready to be blown away 😞
It makes sense, please go ahead with the PR, thanks Also you may be interested in `git worktree` to have multiple branches checked out at different folders https://www.youtube.com/watch?v=2uEqYw-N8uE This video...
That's a fun idea, maybe one can then set emoji for them
sure, we can add an option `gita ll --json` for example
There are two mechanisms to organize repos in gita 1. make groups using `gita group` command. Then you can set context to show only one group or do `gita ll...
Thanks for the explanation. Since we need to run some git command to know which repos 'need work', I am not sure if that will solve the performance issue. It...
I can also add a `sync` sub-command
For the `sync` command, I was thinking of `git ci -am 'add changes'` and then push. Maybe it's too aggressive