app-gitgot icon indicating copy to clipboard operation
app-gitgot copied to clipboard

A tool to make it easier to manage multiple code repositories using different VCSen

Results 13 app-gitgot issues
Sort by recently updated
recently updated
newest added

@genehack thanks for all of your work on this module. Unless I've misunderstood, it doesn't look like I can `got clone --recursive $url`. Have I missed something?

got help tag has two '-a' options. One is an option to 'got' and another is an option to 'got tag'. The help text does not immediately show this. I...

Look at the commands in https://github.com/mjdominus/git-util and see if it makes sense to got-ize any of them...

Please include a brief comparision with [mr](http://myrepos.branchable.com/) and to [Git::Bunch](https://metacpan.org/pod/Git::Bunch) in the documentation. How does got differ from them? What are common functionalities? Why should I choose got, at all...

`got ls` would be more useful if it was a bit smarter. Given a configuration containing three repos: - foobar - foobaz - foobarbaz currently, `got ls foo` displays nothing....

wishlist
feature

Because it would be nice to be able to refer to 'repo-with-a-really-long-name' as 'repo' when doing things like 'got tmux'.

wishlist
feature

Run 'git log' in all listed repos with the given git log options. Fold the output together in a chronological way across repos. Use case: doing end-of-week activity report, you...

wishlist
feature

First off this is an awesome application and I use it extensively everyday, so thanks for that! One thing that I think would be cool is to have the option...

wishlist
feature

Hi, as the title says, it would be great for `got status` to have an `--ignore-submodules` switch, so that repositories containing dirty submodules would not show up as being dirty....

wishlist

I am using `got` to maintain a configuration utility on multiple machines. It is a great improvement on my workflow. After I do a `git update_status` (or `git pull` in...