Subir cambios en repositorio git ya configurado
Esto también te interesa!
PREGUNTAS SIMILARES
#3
git pull origin
Luego con commit los agregas al index del árbol:
git commit -a -m
Y por último ejecutas el push para subir tus cambios:
git push origin master