In this case there are two commits
$ git log --graph --oneline --decorate --all**** * 9d62a1f (HEAD, master) -Actualizacion de .gitignore**** * d4392db Actualizacion de .gitignore para no incluri los archivos del tipo .db**** * 9e9d5f7 -Actualizacion de .gitignore**** * eef0663 commit antes de actualizar**** * fe14405 -Implementacion de una clase Java que permite seleccionar los usuarios**** | * 261f502 (origin/master) Merge branch 'master' of file** | |\**** | |/**** |/|**** * | cb9269a -Modificacion del ...**** * | d400eba Merge remote-tracking branch 'origin/master' How I can to merge the commits *261f502* and *9d62a1f?* If they were three or more commits? --
