Un repositorio para empezar a usar git y Github
git clone https://github.com/gitt-3-pat/p1
git status
git add .
git commit -m "TU MENSAJE"
git push
git checkout -b feature/1
git checkout main
Un repositorio para empezar a usar git y Github
git clone https://github.com/gitt-3-pat/p1
git status
git add .
git commit -m "TU MENSAJE"
git push
git checkout -b feature/1
git checkout main