Open github-learning-lab[bot] opened 3 years ago
Let’s complete the first step of the GitHub flow: creating a branch :book:.
git clone
and press Enter
https://github.com/vengeful91/github-slideshow.git
main
at the bottom left of the VS Code window. This will bring up the Command Palette with the commands related to Git branches.
my-slide
. Then press Enter.main
.
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