1 of 11

Github Account Tutorial

Lab A

Johnson, Thiong, and Waden

2 of 11

Github Overview

A cloud-based platform for version control and collaboration.

Stores your code, tracks changes, and allows you to work with others.

GitHub is a cloud-based platform that serves as a central hub for developers to:

  • Version Control: Track changes made to code over time, making it easy to revert to previous versions if needed.
  • Collaboration: Work with others on projects, sharing code and collaborating on changes.
  • Open-Source Projects: Contribute to and manage open-source projects, fostering a community of developers.

3 of 11

Creating a GitHub Account

Visit GitHub.com: Open a web browser and go to https://github.com/.

Sign Up: Click on the "Sign up" button.

4 of 11

Provide Your Email: Enter a valid email address.

Choose a Username: Select a unique username that you'll use to identify yourself on GitHub.

5 of 11

Create a Password: Choose a strong password that is difficult to guess. Use a combination of upper and lowercase letters, numbers, and symbols

Verify Your Email: GitHub will send a verification email to your address. Click on the verification link to confirm your account.

6 of 11

Repositories

A repository is like a folder or container on GitHub where you can store your code, documentation, and other project-related files.

Creating a New Repository

  1. Navigate to Your Profile: Click on your profile picture in the top right corner of GitHub.
  2. Create a Repository: Click on the "New" button to create a repository

7 of 11

Continuation……

  1. Enter Repository Details
    • Repository Name: Give your repository a descriptive name.
    • Description: Briefly describe the purpose of your repository.
    • Public or Private: Choose whether you want your repository to be publicly visible to everyone or private, accessible only to you and those you invite.
  2. Initialize a README.md File: This is an optional step. A README file provides a brief overview of your project.
  3. Create Repository: Click on the "Create repository" button.

8 of 11

9 of 11

Some Additionals Aspects

  • Commits
  • Branches
  • Forking Repositories
  • Pull Requests

10 of 11

Resources

Official GitHub Documentation: https://docs.github.com/

Online Tutorials

GitHub Community

  • GitHub Discussions
  • Stack Overflow
  • Reddit (r/github)

11 of 11

Questions