Skip to content

Instantly share code, notes, and snippets.

View camalopezdev's full-sized avatar
🏡
Working from house 💻

Carlos Lopez Medina camalopezdev

🏡
Working from house 💻
View GitHub Profile
@camalopezdev
camalopezdev / instalaciones-ts.md
Created February 5, 2026 18:28 — forked from Klerith/instalaciones-ts.md
Instalaciones del curso de TypeScript
@camalopezdev
camalopezdev / git-alias.md
Created October 18, 2025 23:53 — forked from Klerith/git-alias.md
Useful Git Alias

Log

git config --global alias.lg "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"

Status

git config --global alias.s status --short

Alternativa útil de status

git config --global alias.s status -sb

@camalopezdev
camalopezdev / testing-configuration.md
Created September 19, 2025 20:57 — forked from Klerith/testing-configuration.md
Configuración de Vitest + React Testing Library