[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 Max Hodges
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 are outdated.

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

2012-10-30 Thread Cesar Casasola
I first commit my changes in my clone repository (local repository). Then to push changes to remote repository (server repository). When a tema member clone the server repository get last changes committed but when view files are outdated...I don't know what happens... By the way the red text

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

2012-10-30 Thread Max Hodges
text in red denotes deletions. So your team member pulled the remote branch? Did they switch to it? May they need to do a checkout to update their working directory files? On Tue, Oct 30, 2012 at 3:19 PM, Cesar Casasola cesarsis...@gmail.comwrote: I first commit my changes in my clone

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

2012-10-30 Thread Thomas Ferris Nicolaisen
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 repository. How I can do this? I'm not sure you want to do this. First you need to get your bearings (orient yourself about what's going

[git-users] Re: Why do I have to be a source control engineer just to be a software developer?

2012-10-30 Thread Thomas Ferris Nicolaisen
On Monday, October 29, 2012 11:31:13 PM UTC+1, kramer.newsreader wrote: I am a fairly experienced developer and I have never had issues working with source control tools before git. I take a new job. I am working with git. I am thinking about quitting over having to use it. I'm afraid

[git-users] Re: Why do I have to be a source control engineer just to be a software developer?

2012-10-30 Thread Tim Chase
On 10/29/12 17:31, kramer.newsreader wrote: I am a fairly experienced developer and I have never had issues working with source control tools before git. I take a new job. I am working with git. I am thinking about quitting over having to use it. I'll admit that I too took about 4 or 5

Re: [git-users] git checkout-index unable to create file (permission denied) on some files

2012-10-30 Thread Konstantin Khomoutov
On Mon, 29 Oct 2012 18:22:47 -0700 (PDT) Philipp Kraus philipp.kr...@flashpixx.de wrote: I'm running a PHP script which pulls checkouts a Git repo. The script clones first the repo and on each next call it should get all new changes (git clone and than git pull). Sometime I get the message:

[git-users] Can I force Git to fail on a pull if it cannot overwrite local files?

2012-10-30 Thread Ben Moxon
Sometimes if I have a solution open in Visual Studio when I pull from Git ( a common situation in this type of development environment ) it seems that Visual Studio will have certain files locked so that Git fails to overwrite them. When that happens Git doesn't seem to care- it continues

Re: [git-users] Git clone fails with bad pack header, how to get remote log

2012-10-30 Thread kevin molcard
I tried to install git 1.8 on the remote server and get exactly the same problem :(. Kevin On 10/29/12 6:18 PM, Konstantin Khomoutov wrote: On Mon, 29 Oct 2012 09:52:54 -0700 (PDT) Kevin Molcard kev2...@gmail.com wrote: I have a problem with my build system. I have a remote server with a

[git-users] Git GUI for windows?

2012-10-30 Thread git-guy
hi everbody, some gui like gitx for mac os for windows? thanks -- You received this message because you are subscribed to the Google Groups Git for human beings group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/9SxhXR_avhAJ. To post to this group,

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

2012-10-30 Thread Cesar Casasola
Thanks for helping. Now, I created my server repository as bare repository. The changes from clone repositories are reflected on server although I don't see them (I've checked when get last changes from server repository with fetch and pull). I guess in a bare repository the files are stored in