#git-repository #stats #fetch

app repoutil

Wrapper around my common git commands

8 releases (5 breaking)

0.17.1 Mar 4, 2021
0.16.1 Mar 3, 2021
0.16.0 Feb 8, 2020
0.15.0 Feb 8, 2020
0.5.0 Oct 28, 2019

#1061 in Development tools

35 downloads per month

GPL-3.0-only

10KB
230 lines

repoutil

Wrapper around my common git commands


I have many repositories (in terms of followed, personal, or work).

For this, I want a wrapper that implements common functionality across all of them. I've tried things like mixu/gr, but wanted to streamline the process to provide exactly the output I want, and hide the rest.

As such, currently only stat and fetch are listed as commands.

stat

For each subdirectory of $CODEDIR, return the git status -s -b output. Only show output of repos that have anything interesting to say.

fetch

Visit each subdirectory of $CODEDIR, pulling remote changes for all branches.

Dependencies

~2.3–3MB
~55K SLoC