Categorygithub.com/Enan01/gogit
repositorypackage
0.0.0-20230413163047-cf0c01faa00f
Repository: https://github.com/enan01/gogit.git
Documentation: pkg.go.dev

# README

gogit

自动执行 pull & push 的工具,解放双手。🙌

install

根目录执行:

$ go build

how to use

$ ./gogit -h
Usage of ./gogit:
  -c int
    	执行次数(值 <=0 不限制次数,默认不限制次数)
  -i int
    	执行间隔时间,单位:秒 (default 5)
  -pull
    	指定执行 pull 操作
## 指定执行间隔时间为 10 秒
$ ./gogit -i 10