Skip to content

Instantly share code, notes, and snippets.

@matteodelucchi
Last active September 29, 2020 19:03
Show Gist options
  • Save matteodelucchi/8b40d641364af8dd6dc19e150113711a to your computer and use it in GitHub Desktop.
Save matteodelucchi/8b40d641364af8dd6dc19e150113711a to your computer and use it in GitHub Desktop.
connect-to-github
# 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