Skip to content

Instantly share code, notes, and snippets.

View ChangoJ's full-sized avatar
🎯
Focusing

Jordan Chango ChangoJ

🎯
Focusing
View GitHub Profile
@ChangoJ
ChangoJ / commit-standards.sh
Last active October 16, 2025 13:31
ESTÁNDARES DE COMMITS – CONVENTIONAL COMMITS + EMOJIS
# ESTÁNDARES DE COMMITS – CONVENTIONAL COMMITS + EMOJIS
# Formato: 🎯 <tipo>(<alcance>): <descripción>
# EJEMPLO:
# ✨ feat(misiones): agregar nueva misión de reconocimiento
# TIPOS MÁS COMUNES:
@ChangoJ
ChangoJ / git-and-github-commands.sh
Created October 16, 2025 13:25
GIT + GITHUB – CHEAT SHEET
# GIT + GITHUB – CHEAT SHEET
# CONFIGURACIÓN INICIAL
git config --global user.name "Tu Nombre"
git config --global user.email "tu@email.com"
git config --global init.defaultBranch main
git config --global pull.rebase true
# INICIO
git init # Crea repo local