Created
March 25, 2021 00:53
-
-
Save srdelarosa/25039da338ed0dcbce99bb757c04e04d to your computer and use it in GitHub Desktop.
This file contains hidden or 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 config --global user.name "Toffee De la Rosa" | |
git config --global user.email "[email protected]" | |
git init | |
git add . | |
git commit -m "Mi primer commit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git remote add origin https://gist.github.com/srdelarosa/25039da338ed0dcbce99bb757c04e04d
git push origin master