[git-users] How merge two or more commits??

2012-11-18 Thread Cesar Casasola
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

Re: [git-users] How merge two or more commits??

2012-11-18 Thread Konstantin Khomoutov
On Sun, Nov 18, 2012 at 03:05:43PM -0800, Cesar Casasola wrote: In this case there are two commits $ git log --graph --oneline --decorate --all [...] How I can to merge the commits *261f502* and *9d62a1f?* If they were three or more commits? The graph tree appears to be completely

Re: [git-users] How merge two or more commits??

2012-11-18 Thread Cesar Casasola
Now I can't to access to tree complety. I have this for the moment $ 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

Re: [git-users] How merge two or more commits??

2012-11-18 Thread IƱigo Medina
On Sun, 18 Nov 2012, Cesar Casasola wrote: Now I can't to access to tree complety. I have this for the moment $ git log --graph --oneline --decorate --all * 9d62a1f (HEAD, master) -Actualizacion de .gitignore * d4392db Actualizacion de .gitignore para no incluri los archivos del tipo .db *