[git-users] Re: branching and tracking

2011-10-04 Thread Thomas Ferris Nicolaisen
Works fine for me too. Make sure you've made a git fetch Foo2 first. Git can't track objects it doesn't know about yet. -- 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

[git-users] Re: branching and tracking

2011-10-04 Thread Srinath
I see. So by doing a git fetch remote to track, then doing git branch --track localFoo2 Foo2/master, things work. Thanks. On Oct 4, 2:41 am, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: Works fine for me too. Make sure you've made a git fetch Foo2 first. Git can't track objects it

[git-users] simple webpage to document git practices

2011-10-04 Thread Srinath
https://sites.google.com/site/srinathvadlamani/computertricks/git-for-humans I'm trying to catalogue some things that I have had to do. Not advanced things. Send me messages via the forum or email if you have added case examples you would like to see on the page. -- You received this message

[git-users] git daemon won't run on 64-bit Ubuntu

2011-10-04 Thread Dean Schulze
I can't get the git daemon to start on Ubuntu 11.04 64-bit. I've followed these instructions https://help.ubuntu.com/community/Git but nothing runs on port 9418. Do I have to have a 64-bit version of git for a 64-bit OS? I've installed git version 1.7.4.1. Thanks. -- You received this

Re: [git-users] git daemon won't run on 64-bit Ubuntu

2011-10-04 Thread Konstantin Khomoutov
On Tue, Oct 04, 2011 at 03:53:09PM -0700, Dean Schulze wrote: I can't get the git daemon to start on Ubuntu 11.04 64-bit. I've followed these instructions https://help.ubuntu.com/community/Git but nothing runs on port 9418. It's hard to tell anything because that page lists at least two