Skip to content

Releases: felipem1210/git-helper

v0.3.0

22 Dec 14:45
5336798
Compare
Choose a tag to compare

Adds feature to assign a team with admin permission to the repos created.

v0.2.1

27 Jul 10:09
9307647
Compare
Choose a tag to compare

Feature
Can be either a feature or fix, by default the script was getting 30 repositories of first page, so the limit was increased to 1000 repositories in all pages. This was done setting that limit in the ListByOrg github API request

v0.2.0

24 Jul 21:08
Compare
Choose a tag to compare

This release add new features:

Clone command:

  • Added argument --target to specify a folder inside WORKING_DIR
  • Added argument--regex to clone repositories based on regular expression applied on names of Org repos
  • Added argument --auth to clone repositories using SSH or HTTPS auth.

Other features:

  • Local git actions get repo names list target directory or WORKING_DIR. SO doesn't depend more on repos_info.json file
  • Function added to detect if origin was cloned using HTTPS or SSH

v0.1.1

24 Jun 14:34
c5c6c7c
Compare
Choose a tag to compare
  • Pr command doesn't need org argument
  • Refactored github.go, added functions to get repo names, url and org

v0.1.0

24 Jun 04:16
a4add57
Compare
Choose a tag to compare

First version