文件名称:gopr:从您当前的GIT分支快速打开PR创建页面
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-27 04:31:06
Go
GoPR GoPR使您能够从当前git分支中打开请求请求。 支持 支持Github和BitBucket 。 设置 go get github.com/wjsantos/gopr 确保您的PATH有GO bin路径,例如 export PATH=$PATH:$GOPATH/bin 用法 # On your project, checkout the branch you want to open PR and type: gopr
【文件预览】:
gopr-master
----.gitignore(266B)
----services()
--------git.go(1KB)
--------github.go(490B)
--------bitbucket.go(569B)
----LICENSE(1KB)
----main.go(251B)
----README.md(364B)