Hi

On Tue, Jan 31, 2012 at 8:12 AM, Alan Condit <acon...@ipns.com> wrote:

> Are our developer accounts automatically established on github or do we
> need to do something??
> If we need to do something what?
>

You need to create an account and setup SSH keys. See
http://help.github.com/linux-set-up-git/ (for linux)


> Ter mentioned that he was going to establish "code" as the root for all
> the packages just like it was
> in P4. Did that work out?
>
> For example my local repository for antlr was
> ~/source/antlr3/acondit_localhost. When I cd to that directory
> I see the "code" directory. Do I establish
> ~/source/antlr3/acondit_localhost as my local git repository
> or should I set ~/source/antlr3/acondit_localhost/code as my local git
> repository?
>
> Do I need to clone the github repository or is there a way to sync my
> local with github/antlr without re-downloading everything?
>

You download (clone) git repository only once. Later you do 'git pull' and
it downloads only changes since your last pull. Antlr repositories are tiny
and 'git clone/pull' will take seconds.

I highly recommend to check this book
http://book.git-scm.com/

You might find this document useful as well
https://www.socialtext.net/perl5/git_for_perforce_users
http://help.github.com/git-cheat-sheets/
http://byte.kde.org/~zrusin/git/git-cheat-sheet.svg
_______________________________________________
antlr-dev mailing list
antlr-dev@antlr.org
http://www.antlr.org/mailman/listinfo/antlr-dev

Reply via email to