Enable a way to checkout Pull Requests from remote refs
This commit is contained in:
parent
6e03f61617
commit
20403f75fb
4 changed files with 159 additions and 0 deletions
1
gogs.go
1
gogs.go
|
@ -35,6 +35,7 @@ func main() {
|
|||
cmd.CmdUpdate,
|
||||
cmd.CmdDump,
|
||||
cmd.CmdCert,
|
||||
cmd.CmdPull,
|
||||
}
|
||||
app.Flags = append(app.Flags, []cli.Flag{}...)
|
||||
app.Run(os.Args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue