Created
December 27, 2015 18:17
-
-
Save RicardoACS/73cc4944a752f913fed6 to your computer and use it in GitHub Desktop.
Subir código de forma manual via Git Bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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