Skip to content

Instantly share code, notes, and snippets.

@RicardoACS
Created December 27, 2015 18:17
Show Gist options
  • Save RicardoACS/73cc4944a752f913fed6 to your computer and use it in GitHub Desktop.
Save RicardoACS/73cc4944a752f913fed6 to your computer and use it in GitHub Desktop.
Subir código de forma manual via Git Bash
git init
git add .
git commit -m "initial commit"
git remote add [NombreProyecto] [URL for remote repository]
git push [NombreProyecto] master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment