NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
My git transition (Score:2)
A lot of good developers use git, but I don't think using Git makes you a good developer.
In my experience the good people submit patches no matter what source control I'm using.
Still, I'm really enjoying git now that I've gotten over the hump of learning the basics. It took a little while to get used to, but that I'm easily managing several branches at the same time on some projects, I'm happy with git.
I have a github_creator script [github.com] on Github. I make my repositories locally and set up github as a remote (not origin). I just run the script in a working copy and it automatically creates the git repo, sets up the remote, and pushes to it. I also replicate my git stuff in a few different places so I don't rely on someone else's service:
Pushing to them all is easy (although maybe there is a hidden git command to do all this):
I should probably store these scripts in some repo, but I haven't. Do whatever you like with them.
Reply to This