Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created April 5, 2019 19:20
Show Gist options
  • Save loretoparisi/8687bf79f068fcad770c7c5684440223 to your computer and use it in GitHub Desktop.
Save loretoparisi/8687bf79f068fcad770c7c5684440223 to your computer and use it in GitHub Desktop.
Git Init from Remote Origin Master
git remote add origin https://github.com/loretoparisi/phoenix-elixir-boilerplate.git
git add *
git commit -m "Initial Import"
git push --set-upstream origin master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment