We often are confronted with the idea of legislation being written and tracked online through new tools, whether it’s Clay... View Article
Continue readingTools for Transparency: GitHub
With 97 Sunlight software projects hosted on GitHub, we’re clearly fans of the service. GitHub, launched in July of 2008,... View Article
Continue readingA Few Git Tips
This weekend I had the opportunity to attend Scott Chacon's Advanced Git class at Jumpstart Lab. Scott works for Github and maintains the Git project's website. He's also written a book, ProGit, and the handy reference site Git Reference.
Scott spent a good bit of time going over the fundamentals of Git--the different types of objects stored in its database and how they point to one another. I had seen all this before when I first started using Git, but I wasn't ready to really understand it then. If you've ever felt that Git was a bit mysterious or scary I'd highly recommend going over the basics again. Try this article and these two sections of Scott's book.
Here are some other useful tips I picked up:
Continue reading