Skip to content

Instantly share code, notes, and snippets.

@hofnerb
Last active September 17, 2024 08:51
Show Gist options
  • Save hofnerb/01be4c44a904b330a33f to your computer and use it in GitHub Desktop.
Save hofnerb/01be4c44a904b330a33f to your computer and use it in GitHub Desktop.
Graphical differences of branches with meld
@javiermarcon
Copy link

javiermarcon commented Sep 16, 2024

Thanks, but I always get an error. Do you know what am I doing wrong?

`javier@jm:~/proyectos/emprendimientos/marce/voys/fuente/voys_frontend$ git config --global diff.tool meld

javier@jm:~/proyectos/emprendimientos/marce/voys/fuente/voys_frontend$ git diff

javier@jm:~/proyectos/emprendimientos/marce/voys/fuente/voys_frontend$ git difftool -d marcelo

fatal: argumento ambiguo 'marcelo': revisión desconocida o ruta fuera del árbol de trabajo.
Usa '--' para separar las rutas de las revisiones, de esta manera:
'git [<revisión>...] -- [...]'
error: error occurred running diff --raw

javier@jm:~/proyectos/emprendimientos/marce/voys/fuente/voys_frontend$ git difftool -d master..marcelo
fatal: argumento ambiguo 'master..marcelo': revisión desconocida o ruta fuera del árbol de trabajo.
Usa '--' para separar las rutas de las revisiones, de esta manera:
'git [<revisión>...] -- [...]'
error: error occurred running diff --raw

javier@jm:~/proyectos/emprendimientos/marce/voys/fuente/voys_frontend$ git difftool -d master marcelo
fatal: argumento ambiguo 'master': revisión desconocida o ruta fuera del árbol de trabajo.
Usa '--' para separar las rutas de las revisiones, de esta manera:
'git [<revisión>...] -- [...]'
error: error occurred running diff --raw
`

@hofnerb
Copy link
Author

hofnerb commented Sep 17, 2024

I am sorry. I cannot help you here either. I did not use these commands for quitre some time and only posted this here for my personal reference. Maybe try posting on stackoverflow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment