Mostrando qué archivos han cambiado entre dos revisiones


Quiero fusionar dos ramas que se han separado durante un tiempo y quería saber qué archivos se han modificado.

Se encontró con este enlace: http://linux.yyz.us/git-howto.html que fue bastante útil.

Las herramientas para comparar ramas que he encontrado son:

  • git diff master..branch
  • git log master..branch
  • git shortlog master..branch

Se preguntaba si hay algo como "git status master..branch " para ver solo aquellos archivos que son diferentes entre los dos rama.

Sin crear una nueva herramienta, creo que esto es lo más cerca que puede llegar a hacer eso ahora (que por supuesto mostrará repeticiones si un archivo se modificó más de una vez):

  • git diff master..branch | grep "^diff"

Me preguntaba si hay algo que me perdí...


Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32

Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52