Skip to content

Instantly share code, notes, and snippets.

@maccevedor
Created July 2, 2014 19:17
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 maccevedor/0d3d181ffe52cc800988 to your computer and use it in GitHub Desktop.
Save maccevedor/0d3d181ffe52cc800988 to your computer and use it in GitHub Desktop.
Iniciar Git desde el terminal o cmd
cd <localdir>
git init
git add .
git commit -m 'message'
git remote add origin <url>
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment