Basic GitHub workflow

We will go through an example of standard tasks you would need to perform in relation to Git and GitHub.

Notes

Creating issues

We will perform the following steps:

First off, let us make an issue. Open the GitHub project in YOUR account that is called WebAppsLabs. Typically just going to github.com will automatically take you to your starting page. You should see a “repositories” section, with “WebAppsLabs” in it, click that link.

For this time only, we need to enable the “issues” tracker for your project. To do this, choose the “Settings” section on the right, and check the “Issues” checkbox in the “Features” section.

You should now see a new icon on the right, the Issues icon that looks like an exclamation mark, so click on that. You should see a very welcoming message.

Let’s create a new issue! Click the “New Issue” button on the top right.

Making Commits

And these are the basics of creating issues. We will now make a change in our code.