DEV Community

Cover image for Use GitHub Desktop to open your first Pull Request
Leonardo Montini for This is Learning

Posted on • Updated on • Originally published at leonardomontini.dev

Use GitHub Desktop to open your first Pull Request

Contributing to Open Source projects that are hosted on GitHub has a barrier: git.

Some fresh developers might already be confident in the languages they just studied, but in order to make a contribution to someone else's repository on GitHub they also need to play around with git.

A few weeks ago I shared an article with the basic git commands that are needed to contribute, it was focused on Hacktoberfest, but git remains the same all 12 months of the year ;)

Instead, today I want to repeat the same steps between forking a repository and creating a Pull Request, but this time by using a Graphical User Interface (GUI) to interact with git. No terminal, no CLI.

If you want to contribute to Open Source without running git commands from the terminal, sit down, relax, download GitHub Desktop and enjoy this tutorial:


Thanks for reading this article, I hope you found it interesting!

Do you like my content? You might consider subscribing to my YouTube channel!
You can find it here:
YouTube

Feel free to follow me to get notified when new articles are out ;)

Top comments (0)