This commit is contained in:
Mr. Is
2016-07-28 09:24:51 -04:00
parent d11905f9f3
commit bc04c3643a
2 changed files with 27 additions and 9 deletions

View File

@ -28,10 +28,7 @@ var createCmd = &cobra.Command{
$ gogs repo create -n=my-new-repo
$ gogs repo create my-new-repo --desc="a thing with things" --org=JustUsGuys -p=true
$ gogs repo new my-new-repo --private
Add your new repo as a remote to your working dir:
$ gogs repo create my-new-repo --add-remote=origin`,
$ gogs repo create my-new-repo --add-remote=origin Will initialize git if not already, too.`,
Run: func(cmd *cobra.Command, args []string) {
// accept gogs repo create thingeys || gogs repo create -name=thingeys