Open github-learning-lab[bot] opened 3 years ago
Let’s complete the first step of the GitHub flow: creating a branch :book:.
my-slide
:tada: You created a branch!
Creating a branch allows you to make modifications to your project without changing the deployed main
branch. Now that you have a branch, it’s time to create a file and make your first commit!
The following steps will guide you through the process of committing a change on GitHub.
_posts
folder called 0000-01-02-nesrindok.md
. You can do so using this shortcut or manually as follows:
_posts/0000-01-02-nesrindok.md
. Entering the /
in the filename will automatically place your file in the _posts
directory. ---
layout: slide
title: "Welcome to our second slide!"
---
Your text
Use the left arrow to go back!
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