/admin

Admin scripts etc.

Primary LanguageShell

Admin

Monthly reporting

  • ensure all local repos are clean:

    eachrepo git status --porcelain eachrepo diff eachrepo git pull --ff-only

  • clone/fetch any new repos:

    sh ~/bin/fetch.sh

    NB: this will preserve any existing.

  • report using gitlog.sh (in this repo):

    sh gitlog.sh | tee /c/tmp/gitlog.csv