Skip to content

Instantly share code, notes, and snippets.

@srdelarosa
Created March 25, 2021 00:53
Show Gist options
  • Save srdelarosa/25039da338ed0dcbce99bb757c04e04d to your computer and use it in GitHub Desktop.
Save srdelarosa/25039da338ed0dcbce99bb757c04e04d to your computer and use it in GitHub Desktop.
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"
@srdelarosa
Copy link
Author

git remote add origin https://gist.github.com/srdelarosa/25039da338ed0dcbce99bb757c04e04d
git push origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment