Skip to content

Instantly share code, notes, and snippets.

@Danielapariona
Last active July 20, 2016 00:14
Show Gist options
  • Save Danielapariona/8ce39a53bf79b7e122c3c93df25fb9e0 to your computer and use it in GitHub Desktop.
Save Danielapariona/8ce39a53bf79b7e122c3c93df25fb9e0 to your computer and use it in GitHub Desktop.
git init
git add .
git commit -m "First commit"
git remote add origin git@github.com:Danielapariona/Prueba.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment