clonar repositorios, cambios, commits y sincronización en github y bitbucket
git config –global user.name «Miguel Angel Torres»
git config –global user.email «<email>»
git config –list
git clone https://ntkog@bitbucket.org/ntkog/prueba_curso_1.git .
← no funciona, el.
hace que no cree el directoriogit status
git pull
git remote add origin <dirección-git>
git remote -v