Releases: felipem1210/git-helper
Releases · felipem1210/git-helper
v0.3.0
v0.2.1
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
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
- Pr command doesn't need org argument
- Refactored github.go, added functions to get repo names, url and org
v0.1.0
First version