mentby.com
Blog | Jobs | Help | Signup | Login

loading

Git Hubcap

Tue, 13 Nov 2012 21:47:05 -0800 Post Comments

I second bitbucket.  It's awesome. A little slower than github but worth
the private repos and unlimited storage.

DAX // digital design
206.354.7797
dax*******

Check out bitbucket

So let's say I want to get really into git (the version control system).
And I want to have a central repository for me and 3 other programmers
(read: personalities) 'cause we all spend non-trivial amounts of time
off-line (laptop = development environment).  I'd like to express my
controlling personality so here are some stipulations: multiple projects
stored/hosted in one place and access control (ex. a given developer can
only read from some particular repository, merge conditions, etc.).

The really cool git book online ( http://git-scm.com/book ) shows off Gitosis
(defunct?) and Gitolite (which looks kind'a interesting).  Or I suppose
I/we could just not have a central repo. and just 'remote' each other :-)

I'd rather not pay for a GitHub account at this time.  I'm not against the
idea, but I'm curious what goes into self-hosting before I go
hosting-as-service. So I'm looking to see if there is some kind of Git
Hubcap... something cheap, maybe found by the side of the road... something
I can pretend is super-cool for now.

Ideas, suggestions, road-maps from intro-to-git to git-awesome?

David Malouf

--
Please Note: If you hit "*REPLY*", your message will be sent to
*everyone*on this mailing list (
php-49*******)
This message was sent by David Malouf (emailthedavid*******) from The
Seattle PHP Meetup Group < http://www.meetup.com/php-49/>.
To learn more about David Malouf, visit his/her member
profile< http://www.meetup.com/php-49/members/2068392/> >
Set my mailing list to email me As they are
sent< http://www.meetup.com/php-49/list_prefs/?pref=1> >| In
one daily email < http://www.meetup.com/php-49/list_prefs/?pref=2> > | Don't
send me mailing list messages< http://www.meetup.com/php-49/list_prefs/?pref=0> >

Meetup, PO Box 4668 #37895 New York, New York 10163-4668 <#> |
support*******

--
Please Note: If you hit "*REPLY*", your message will be sent to
*everyone*on this mailing list (
php-49*******)
This message was sent by Bob Albert (bob*******) from The Seattle
PHP Meetup Group < http://www.meetup.com/php-49/>.
To learn more about Bob Albert, visit his/her member
profile< http://www.meetup.com/php-49/members/8998783/> >
Set my mailing list to email me As they are
sent< http://www.meetup.com/php-49/list_prefs/?pref=1> >| In
one daily email < http://www.meetup.com/php-49/list_prefs/?pref=2> > | Don't
send me mailing list messages< http://www.meetup.com/php-49/list_prefs/?pref=0> >

Meetup, PO Box 4668 #37895 New York, New York 10163-4668 <#> |
support*******

That awkward moment when....

Tue, 19 Jun 2012 12:18:18 -0700 Post Comments

.... When the mailing list gets spammed with crap

How to use Git for deployment?

Thu, 24 May 2012 15:52:10 -0700 Post Comments

I've used the following tutorial and have found the setup to be great.  http://toroid.org/ams/git-website-howto  You have to manage the DB's by hand but otherwise it's great for everything else. The one tweak I have for this is I use "git update-index --assume-unchanged" to make git ignore config files specific to the environment. In a bit of a rush and haven't have time to read over the whole thread but I hope this is helpful in someway.

Best,
Dax
Group(s)
Profile Widget
Copy and paste this HTML code to your blog or website: