[git-users] get to a branch from another computer

2010-02-12 Thread Vincent P
How do I get to a branch from another computer? Say: I have a branch "experiment" on laptop A. I've committed it and pushed it to the repo. Now I go to laptop B, I clone the repo. The only branch I see on laptop B is "master". How can get to the "experiment" branch from laptop B? Thanks. --

[git-users] Re: gitosis-init does not add key to

2010-02-12 Thread Vincent P
Thereafter, you need to use another account to add the key to the gitosis-admin repo and modify gitosis config then commit the changes. On Feb 12, 11:12 am, Vincent P wrote: > I spent almost 6 hours on this and a hero named Ilari on > irc://irc.freenode.net/git > solved it in 30 seco

[git-users] Re: gitosis-init does not add key to

2010-02-12 Thread Vincent P
I spent almost 6 hours on this and a hero named Ilari on irc://irc.freenode.net/git solved it in 30 seconds. The key is that gitosis-init works only once. I wish that the manual had pointed that out. The hero recommended that I check out Gitolite. Thank you ! On Feb 12, 9:55 am, Vincent P

[git-users] gitosis-init does not add key to

2010-02-12 Thread Vincent P
Please help: gitosis-init does not seem to add my laptop public key to the git account on the repository server at all. After copying my laptop public key to /tmp on the server, I run the following command on the server: sudo -H -u git gitosis-init < /tmp/id_dsa.pub I get the expected Reinitial

[git-users] Re: clone to local directory

2010-01-20 Thread Vincent P
...@googlegroups.com Subject: Re: [Rails] Re: git clone locally On Tue, Jan 19, 2010 at 7:48 PM, Vincent P wrote: Hi Colin, I get this error if I just do git clone: fatal: failed to open /var/ gitosis/repositories/vincentProject.git/objects But the following works: git clone g

[git-users] clone to local directory

2010-01-19 Thread Vincent P
Hi, I follow the instructions below to set up a git repository with gitosis on my home ubuntu server. I can connect to the repository remotely perfectly and set up a new repository named My_Project. I successfully push the content of My_Project to this repository using the remote computer with a