Last active
September 29, 2020 19:03
-
-
Save matteodelucchi/8b40d641364af8dd6dc19e150113711a to your computer and use it in GitHub Desktop.
connect-to-github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Connect to Github Repo | |
git remote add [email protected]:<username>/<repository-name>.git | |
# Push to master | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment