Skip to content

Instantly share code, notes, and snippets.

@arcanoix
Created December 28, 2020 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcanoix/23b44684b07bba1829fb798ace6f24d6 to your computer and use it in GitHub Desktop.
Save arcanoix/23b44684b07bba1829fb798ace6f24d6 to your computer and use it in GitHub Desktop.
Git en rama incorrecta, Solucion..!!!
#Git ¿Hiciste un commit en la rama incorrecta y no sabes cómo arreglarlo? Don't panic! 😱
1️⃣ Ejecuta "git log" para ver tu historial de commits
2️⃣ Copia el hash del commit
3️⃣ Ve a la rama correcta y ejecuta "git cherry-pick" 🍒
+ el hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment