Open github-learning-lab[bot] opened 2 years ago
Let’s complete the first step of the GitHub flow: creating a branch :book:.
git clone https://github.com/runtimejpp/github-slideshow.git
cd github-slideshow
git branch my-slide
git push --set-upstream origin <BRANCH-NAME>
Introduction to GitHub flow
Now that you're familiar with issues, let's use this issue to track your path to your first contribution.
People use different workflows to contribute to software projects, but the simplest and most effective way to contribute on GitHub is the GitHub flow.
:tv: Video: Understanding the GitHub flow
Read below for next steps