git-repo-updater icon indicating copy to clipboard operation
git-repo-updater copied to clipboard

A console script that allows you to easily update multiple git repositories at once

Results 11 git-repo-updater issues
Sort by recently updated
recently updated
newest added

Would it be possible to an option `-e` to exclude a directory or directories? Example usage: `gitup -e .db_dumps .postgres` . Just an idea

Is there any way to have this automatically delete repositories that no longer exist? Example of current: git_checkout: Fetching origin: error: Could not read from remote repository. Please ma ke...

:information_source: current gitup dev@f7a060af ``` Fetching originTraceback (most recent call last): File "/usr/local/bin/gitup", line 11, in load_entry_point('gitup==0.4.dev0', 'console_scripts', 'gitup')() File "build/bdist.linux-x86_64/egg/gitup/script.py", line 137, in run File "build/bdist.linux-x86_64/egg/gitup/script.py", line 129, in...

I have several hundred repos in my gitup bookmarks, and many of them don't have updates when I run `gitup`. It would be nice if there were a way to...

See [PyOxidizer Issue 69 : Stop requiring `__file__` in Python packages](https://github.com/indygreg/PyOxidizer/issues/69) I am trying to use [git-repo-updater](https://github.com/earwig/git-repo-updater) with PyOxidizer. ``` Finished dev [unoptimized + debuginfo] target(s) in 1m 29s writing...

Should I run `gitup/test/__init__.py` or some other test are available?

Currently gitup sequentially pulls repo's one by one inside the passed in folder. What if there was a turbo mode which executes git pull on all the repo's concurrently? The...

Any Option to ignore some folders on recursive search for git repositories?

Hello and thanks for such a great product! For users who has a lot of old repos it would be really handy to have a flag to skip broken repos...

Hi. Thanks for this great script. Before I use it, though, I'm wondering how it handles Git submodules. Does it pull the latest version of each submodule repo, or does...