If you fill out the "Forgot Password" form but don't get an email to reset your password within 5-10 minutes, please email logistics@ire.org for assistance.
By Tyler Fisher
Many NICAR sessions feature journalists telling other journalists how they can improve their lives and work.
On Thursday, Ben Balter from GitHub made a pitch to journalists from the outside: Become familiar with git and GitHub and you'll be able to make better products on the web.
Balter said his goal was to make the journalists in the room more familiar with GitHub, his product, and git, the underlying distributed version control system behind the product.
The talk had two major sections. The first explained the philosophy and reasoning behind open source.
As Balter explained, open source is all about making collaboration better. Often times, people use email as a means of communicating and collaborating on projects. Someone will work on a document on his or her own until the last possible moment. Only then does the document creator email out the file to other collaborators. At that point, crucial decisions about the basic architecture and purpose of the document have already been made somewhere else.
Open source is about opening up the entire process of collaboration so that better decisions can be made together. A typical workflow through GitHub works like this:
First, an author publishes a document, which now lives on GitHub. Collaborators fork, or create their own personal copy of that document, and make the changes they want. Then the collaborators submit a request to the original author to incorporate the changes they made. The community surrounding the product can discuss and modify the proposed changes. Once the changes are approved, the author can incorporate the changes into the original document.
Having an open process means everyone can be involved in the decision-making process. It creates an egalitarian structure that leads to better products.
The second section of Balter's talk was a basic crash course on git and GitHub, explaining some of the jargon that can confuse and alienate new collaborators.
Here are some of the git-specific terms he explained:
GitHub stores repositories on their servers, which allows people to read and access the files within the repository. GitHub users pull files from GitHub's servers, work on them locally, make commits with their changes and push those commits back to GitHub's servers.
GitHub has its own set of terminology:
Balter will be giving a second talk on Advanced GitHubbing and Git Internals Saturday in Stadium 5 from 2 - 2:50 p.m.
Tyler Fisher is a senior at Northwestern University studying journalism. He is currently interning with the NPR Visuals Team. At Northwestern, he is a Knight Lab undergraduate fellow and the webmaster of North by Northwestern. Tyler is also a 2014 CAR Conference Knight Scholar.
Looks like you haven't made a choice yet.