On 23/07/09 10:29, Anil wrote: > Im just starting to learn how to use git for our new project. I've > installed git on our Apache web server and its working. I've installed > gitx on my mac. Now I'm stuck. Hi there,
sorry for taking so long to respond. From the description of your problem I'm getting the feeling that you haven't quite wrapped your head around git yet. The first thing you'll want to do is to clone the repo from your webserver to your local host. Something like this: git clone [email protected]:/path/to/git/repo Then you'll have a local dir "repo" which you have to navigate into in the "Open repository" dialog and the simply press open. Hope that helps, but make sure you got git before using GitX ;) Greetings, Jojo -- Johannes Gilger <[email protected]> http://heipei.net GPG-Key: 0x42F6DE81 GPG-Fingerprint: BB49 F967 775E BB52 3A81 882C 58EE B178 42F6 DE81
