Skip to content

Instantly share code, notes, and snippets.

View gusmx's full-sized avatar
:octocat:

Gustavo Reyna Pizaña gusmx

:octocat:
  • From Mexico 🇲🇽
  • 15:22 (UTC -06:00)
View GitHub Profile
@gusmx
gusmx / Git stash.md
Last active April 10, 2024 08:48
Comandos para Git stash
@gusmx
gusmx / Git commands.md
Last active May 15, 2025 03:01
Mis comandos para Git

git config --global alias.lg "log --oneline --decorate --all --graph"
git config --global alias.s "status -s -b"

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"

  • Para pedir las credenciales en cada push (error 403)
    git config --local credential.helper ""