Alexstrowski
10/26/2018 - 6:05 PM

Merge binary files

git checkout --theirs Desarrollo/1.\ SGIVF/Requisitos/SGIVF_ERS.docx

git checkout --theirs Documentos/PGC.docx

// Realizar cambio a los documentos

git add .

git commit -m "xxxxx"

git push origin "nombre de la rama actual"