[git-users] Re: Need some help with git

2012-03-28 Thread Thomas Ferris Nicolaisen
Hi, This may be outdated knowledge, but I've heard that setting up authenticated push over http is kinda tricky. If I were in your shoes, I would either go for the SSH approachhttp://tumblr.intranation.com/post/766290565/how-set-up-your-own-private-git-server-linuxinstead of HTTP/Apache for

[git-users] Show first/original version of all files

2012-03-28 Thread dspfun
Hi, I have made a clone of a git repo. Each file has a number of modifications to it compared to when the files were put into git. I would like to see all the original/first versions of each file, how do I do this in git? Brs -- You received this message because you are subscribed to the

Re: [git-users] Show first/original version of all files

2012-03-28 Thread Konstantin Khomoutov
On Wed, 28 Mar 2012 06:02:35 -0700 (PDT) dspfun dsp...@hotmail.com wrote: I have made a clone of a git repo. Each file has a number of modifications to it compared to when the files were put into git. I would like to see all the original/first versions of each file, how do I do this in git?

Re: [git-users] Show first/original version of all files

2012-03-28 Thread Konstantin Khomoutov
On Wed, 28 Mar 2012 06:02:35 -0700 (PDT) dspfun dsp...@hotmail.com wrote: I have made a clone of a git repo. Each file has a number of modifications to it compared to when the files were put into git. I would like to see all the original/first versions of each file, how do I do this in git?

[git-users] Re: Need some help with git

2012-03-28 Thread Bodda
Thanks Thomas so much :). I have another naive question please forgive me On my server I have user called git and it belongs to users group. so I chown of the shared repository to git:users. so any user except than git will not have access to the repository. but I want other machine users like

[git-users] specifying port numbers for git protocol

2012-03-28 Thread Tom Roche
How to specify the port that git protocol uses? What I mean: I'm working on a cluster which blocks port 22 outgoing, which causes git operations using git protocol to hang. E.g., if I attempt to `git push ...` from the cluster to a repository I own on github, the process hangs if my `git