Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created April 5, 2019 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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