リモート

# リモートリポジトリの追加
$ git remote add origin https://github.com/UserName/repository.git

# upstreamを指定してプッシュ
$ git push -u origin master

参考