modulepackage
1.0.4
Repository: https://github.com/tarmalonchik/git_trigger.git
Documentation: pkg.go.dev
# README
git_trigger
you can run command with 4 arguments
-
arg is repo name example:
tarmalonchik/git_trigger
-
arg is the path to place where you want to store pulled project, example:
/root
-
arg is command needed to add to make command example:
build
-
arg is the branch you would like to use, example:
master
result command:
go run cmd/main.go tarmalonchik/project_name /root build master
# Packages
No description provided by the author