gr
gr copied to clipboard
Multiple git repository management tool
Currently when executing a command associated outputs are displayed per project in columns. For short outputs it would be convenient to have a line oriented output like gr status does....
I'm looking for a tool that will keep common files across repos in sync. Files like gitignore or CI settings is what I'm thinking about. The bootstrap idea you had...
Right now there doesn't seem to be a way to target only repos that have all of specified tags, instead of one or more. This would be great if it...
This works amazing... :100: @mixu Thank you
``` nathanh-mbp:~ nathanh$ gr @sample git pull in ~/Git/Samples/Adapters ENOENT error executing the command "pull" in /Users/nathanh/Git/Samples/Adapters. Please make sure you have installed an executable named "pull" in $PATH. ```...
I have multiples machines and I want to share a `grconfig.json` with all of them as I have a `configs` git repository. Some of them have different `$HOME` directories so...
Hi, Just tried gr tag discover in my home folder and got this result: ``` [gr] 1/1 Scanning /Users/mp/* for .git directories (depth 1) Tags updated. Run `gr status` or...
It's currently not possible to share the `.grconfig.json` between developers because it contains full paths. Ideally it should be local to the project folder.
I'm not actually sure if this is a good idea, but it works for my purposes. I say it's optimistic, because I didn't know what flags other shells were looking...
Hi, Thanks for `gr`, what a cool little tool! I have a lot of aliases, like `alias st=git status`, and I'd like it if `gr` respected those aliases so I...