FelipeGonzalezY
7/24/2019 - 3:10 PM

Nuevo Repo Github

Crear nuevo repositorio remoto en https://github.com/FelipeGonzalezY/ con 'NombreRepositorio'


# git remote add origin youruser@yourserver.com:/path/to/my_project.git
$ git remote add origin https://github.com/user/NombreRepositorio.git

# Para traer los cambios y sincronizar el repositorio
$ git pull origin master

$ git add .
$ git commit -m "Initial commit"

$ git push origin master


Para problemas de sicronización
## git pull --allow-unrelated-histories