[git-users] Re: 2 Git servers

2014-01-22 Thread Bill Shoenhair
Teddy, Mirroring using Git w/Gitoite is fairly straight forward. Here is a link to the setup information: http://gitolite.com/gitolite/mirroring.html ~Bill On Sunday, January 5, 2014 7:45:43 PM UTC-8, Teddy - wrote: Dear git experts, May i ask for help on how to set the following?

[git-users] Tracking # of Users

2011-07-19 Thread Bill Shoenhair
Hello, For anyone who is running their own Git server. Are you tracking the number of individual users on your system? If so how? Thanks, Bill -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to

Re: [git-users] Re: gitg web interface

2011-05-27 Thread Bill Shoenhair
Thanks, I use cGit and really have not found a reason to replace it yet. However I now have a user who wants to do branching, merging and rebase functions through a web interface. I really don't like the idea but I do need to see if it's feasible. On Fri, May 27, 2011 at 10:14 AM, Thomas

Re: [git-users] Re: gitg web interface

2011-05-27 Thread Bill Shoenhair
Yes, in very early stages of development. I think they are at version 0.8. On Fri, May 27, 2011 at 10:16 AM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: Oh, now I realized that gitg is like a desktop Git client. cgit on the other hand is a repository web frontend. These are two

Re: [git-users] Re: gitg web interface

2011-05-27 Thread Bill Shoenhair
Yes, my thoughts exactly. The more that I think about it the less I like the idea. There is a reason they decided to go with clone, add, merge, commit etc in the local the local workspace and then push to the servers. On Fri, May 27, 2011 at 10:38 AM, Thomas Ferris Nicolaisen tfn...@gmail.com