Update with migration usage.

This commit is contained in:
Mr. Is 2016-08-03 18:16:06 -04:00
parent 2ba466b8f8
commit 44e08686c5
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ $ gogs repo [create|new|c|n]
[-p | --private] # Make repo private
[-r | --add-remote] # Add newly created gogs repo as a remote to your current git dir, initalizing git if necessary
# Migrate:
$ gogs repo migrate <myusername or my org's username>/mirror-mirror https://github.com/gogits/gogs.git
[-m | --mirror] # Make it a mirror of the original.
[-p | --private] # Make it private.
# List basic:
$ gogs repo list # Get all yo repos.