Git 🦊 jonmircha

PHOTO EMBED

Fri Apr 14 2023 18:43:04 GMT+0000 (Coordinated Universal Time)

Saved by @JuanJota #bash

git branch gh-pages
git checkout gh-pages

git remote add origin https://github.com/usuario/repositorio.git
git push origin gh-pages

# para descargar los cambios del repositorio remoto al local
git pull origin gh-pages
content_copyCOPY

https://jonmircha.com/git