DEV Community

Floor Drees for For Devs community

Posted on • Updated on

CONTRIBUTING: Derrick Stolee on Git

Leading up to (and during) the month of October, we want to help you discover open source projects to work on, and put your Hacktoberfest contributions to excellent use. Meet Derrick Stolee, working at GitHub, and contributor to the Git project.

Check out this page regularly for more interviews with contributors & maintainers

What can you tell us about your project?
Git is the distributed version control software that is taking over the world. Almost every developer uses git in order to track their source code and history, and to share it on places like GitHub.

Derrick Stolee on contributing to Git

What contributions are you welcoming?
Git welcomes contributors from all over the world and we specifically look for people who have some sort of itch they want to scratch. Something that they noticed in git that they've been using that they'd like to improve for their own workflows. We have a few items clean out of refactoring that require a little bit of care, and we have a few features, like improving the git sparse checkout built in, or the maintenance built in - relatively new features that have some more polish that could be added.

One of my favorite features is the sparse checkout, which allows you to take your working directory, and scope it down to a small set. Usually you start from small and you grow it - and the command is build that way too. So you can do things like "set to this scope" or to grow it by adding directories. Maybe interesting to be able to remove directories one by one. I also work on maintainance builtin which is a way of keeping your git data clean and running fast. And that has a few more things that are taking over for the git-gc command. And those git-gc task could be pulled in the maintainance builtin.

What skills do people need to contribute?
The number 1 skills for working in git is to be very motivated... and persistent. You're going to have to learn a lot on the way and be able to be self-directed in terms of learning what people have done before, and taking that as an example. Of course it helps to have some C programming and Shell scripting experience.

How do I get started?
To get started you can subscribe to the git mailing list where all of our communication happens, where all of our patches are submitted and reviewed. But also you can take a look at the Git for Windows CONTRIBUTING Guide, and the GitGitGadget git repository, which is the way for easily submitting patches, and it includes an issue tracker.

Some more links:

Join, October 2nd, for CONTRIBUTING.md - a virtual Hacktoberfest meetup, free and open for anyone who wants to join. Learn what Open Source projects are looking for contributions, which communities are looking for new members, and who is looking for advice from someone with your exact skill set. Check this page regularly for more interviews with contributors & maintainers which we'll release until the event.

Top comments (0)