Gitlab – how to bring a local folder to remote repository

$ git remote add origin <remote repository URL>
# Sets the new remote
$ git remote -v
# Verifies the new remote URL
$ git push origin master

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply