Skip to content

Instantly share code, notes, and snippets.

@Bryan-Herrera-DEV
Created March 21, 2022 20:55
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 Bryan-Herrera-DEV/677374c0845d3a3f896296ab25fa185c to your computer and use it in GitHub Desktop.
Save Bryan-Herrera-DEV/677374c0845d3a3f896296ab25fa185c to your computer and use it in GitHub Desktop.
Flujo de trabajo profesional de Git y configuración de GitHub para desarrolladores (React)

Abrir una solicitud de extracción

git checkout -b migrate-to-styled-components

Ahora escribimos nuestro código, lo confirmamos y lo enviamos al repositorio remoto en GitHub.

git commit -m "Migrate home page to styled-components"
git push origin migrate-to-styled-components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment