[git-users] Cloning bare repository from Windows Server to Ubuntu Server

2013-03-25 Thread Cesar Casasola
I've a bare repository on Windows Server. I need clone in a local repository in a directory of Ubuntu Server. Iam using followinf command but don't work: git clone //ipadress/git$/dir/project.git Help me please -- You received this message because you are subscribed to the Google Groups

[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 Cesar Casasola
| | |\ | |_|/ |/| | * | | 4d8e97e -Adicion de clases para la autenticacion customizada via spring se * | | ba0d452 Merge remote-tracking branch 'origin/master' 2012/11/18 Konstantin Khomoutov flatw...@users.sourceforge.net On Sun, Nov 18, 2012 at 03:05:43PM -0800, Cesar Casasola wrote: In this case

[git-users] Doubt with pull command

2012-11-13 Thread Cesar Casasola
I've some doubts with these commands. I basically do flow herehttp://gitready.com/beginner/2009/01/21/pushing-and-pulling.html. The problem happen when I use pull command for to get lastest changes form server. (I use fetch and after pull). The pull command only work when I don't do any change

[git-users] Help with repository on server

2012-10-30 Thread Cesar Casasola
I finished to push my changes from clone repository to server repository but repository's files are outdated. https://lh6.googleusercontent.com/-nsWNacjDdnU/UI9slav9OLI/AEo/JObA2MH08Ug/s1600/gitshow.JPG The red text are changes made in clone repository but these changes aren't reflected

Re: [git-users] Help with repository on server

2012-10-30 Thread Cesar Casasola
from the image that means? 2012/10/30 Max Hodges m...@whiterabbitpress.com merge commit locally then push to server, I think. On Oct 30, 2012, at 15:01, Cesar Casasola cesarsis...@gmail.com wrote: I finished to push my changes from clone repository to server repository but repository's files

Re: [git-users] Re: Help with repository on server

2012-10-30 Thread Cesar Casasola
in binary because There isn't a working directory where they are physically. Truth? 2012/10/30 Thomas Ferris Nicolaisen tfn...@gmail.com On Tuesday, October 30, 2012 7:01:36 AM UTC+1, Cesar Casasola wrote: I want rewrite the server repository's physical file with changes made in the clone