Skip to content

Instantly share code, notes, and snippets.

@hernandazevedo
Last active July 20, 2019 12:57
Show Gist options
  • Save hernandazevedo/f9d12548ef87fb3f3ba1509e6e6e7b63 to your computer and use it in GitHub Desktop.
Save hernandazevedo/f9d12548ef87fb3f3ba1509e6e6e7b63 to your computer and use it in GitHub Desktop.
git init
git remote add origin $REPO_URL
//or change the url with
git remote set-url origin $REPO_URL
git add .
git commit -m "Initial commit"
git push -f origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment