Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.08 KB

01_SetupGitHubAccount.md

File metadata and controls

13 lines (10 loc) · 1.08 KB

1. Introduction to GitHub

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests. GitHub has been acquired by Microsoft. In the long run GitHub will replace Azure DevOps. Azure DevOps has been so far the cloud based de facto standard tool from Microsoft. GitHub Actions are the counterpart of Azure DevOps pipelines. Due to the new strategic shift they will be in focus for the upcoming two sessions.

2. Setting up GitHub Account

If you already have a GitHub Account you can use that one. If not create a new one. The steps are as follows;

  1. Enter https://github.com/ in the browser You should see then a page that looks like the one below.
  2. Sign up for GitHub Enter a valid EMail address into the EMail field. Any EMail address that you own can be used including the CapGemini one. After having entered the address click the button "Sign up for GitHub".