Skip to content

Releases: gerdreiss/gitallup

actions

01 May 17:05
b82b2b3
Compare
Choose a tag to compare
Merge pull request #5 from gerdreiss/feature/actions

Actions

0.3.0 Update summary

11 Mar 17:58
71ade85
Compare
Choose a tag to compare

Display summary after repo have been updated

-m option fixed

03 Mar 14:15
Compare
Choose a tag to compare
0.2.1

-m option fixed

main is the new master

03 Mar 13:46
38b8c41
Compare
Choose a tag to compare
  • main is now considered the new master branch; master is still considered
  • minor improvements

v0.1.1.0

01 Nov 09:22
Compare
Choose a tag to compare

Changelog for gitallup

v0.1.0.0

First release. See README.md

v0.1.1.0

"main" is the new "master"

v0.1.0.0

01 Nov 09:56
Compare
Choose a tag to compare

Update all GIT repos in directory

Usage: gitallup-exe [--version] [--help] [-p|--path PATH] [-r|--recursive]
[-d|--depth NUMBER] [-m|--master] [-f|--force]
[-x|--exclude LIST] [-v|--verbose]
Walks through all subdirectories of the given or current directory, and
performs git pull on all GIT repos

Available options:
--version Show version
--help Show this help text
-p,--path PATH Path to directory where to update all existing GIT
repos (default: ".")
-r,--recursive Go recursively through subdirectories which are not
GIT repos?
-d,--depth NUMBER The depth of directory recursion (default: -1)
-m,--master Switch all to master branch?
-f,--force Force update overriding any local changes?
-x,--exclude LIST List of directories/repositories to be excluded from
updating, comma separated
-v,--verbose Verbose output?