One of the greatest ways to git gud, build your profile and demonstrate to potential job opportunities that you know your stuff and actively work on projects is to work on some open source projects.
The greatest thing about GitHub, is that its relatively easy to begin contributing once you master the Fork and Pull pattern!
Okay, so lets walk through a demonstration. In fact, the greatest thing about fork and pull is that you can practise 99% of it on your own repository!
There is no need to look for an open source project to contribute to to get started with the basics of pulling. Forking a project is essentially like creating a branch anyways, like we saw previously on our branching slide.
Fork
button in the top right corner (Afterward you will see it in your GitHub profile)Home Backstory Why Git? Setting Up GitHub GitHub CLI Your GitHub Profile GitHub Pages Creating A New Repo Cloning A Repository Your First Commit Ignoring Files In Git Stashing Your Changes Branching With Git Merging Git Branches Rebasing Vs Merging Git Workflows Fork And Pull Flow Your First Pull Request Automated Security Alerts Seeing The Differences Removing/Deleting Files Reverting Your Commits Configuring your Git Commit Templates Creating Shortcuts Dotfile Management Sponsoring Open Source Handy Commands Thank You