sh Archivos binarios

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Archivos binarios相关的知识,希望对你有一定的参考价值。

# Despues de hacer merge o pull surgen diferencias entre archivos binarios
warning: Cannot merge binary files: HEAD:somefile.dll vs. otherbranch:somefile.dll

Auto-merging somefile.dll
CONFLICT (content): Merge conflict in somefile.dll
Automatic merge failed; fix conflicts and then commit the result.

# Si el archivo local es el indicado
$ git add somefile.dll
$ git commit -m "Message for merge"

# Si el archivo remoto es el indicado
$ git checkout other_branch somefile.dll
$ git add somefile.dll
$ git commit -m "Message for merge"

# La rama 'other_branch' puede hacer referencia a una rama local o remota
$ git checkout origin/develop path/to/somefile.dll
$ git checkout upstream/develop path/to/somefile.dll

# Atajo para obtener archivo de la otra rama
$ git checkout --theirs -- somefile.dll

以上是关于sh Archivos binarios的主要内容,如果未能解决你的问题,请参考以下文章

sh Listar ultimos archivos modificados hace 45 dias

sh Validar sintaxis de archivos CONF de NGINX

sh buscar archivos y reemplazar usando el nombre del archivo

javascript generar Archivos para bancos

markdown Archivos

markdown Entrar archivos Windows