Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 3.71 KB

File metadata and controls

83 lines (53 loc) · 3.71 KB

Challenge 1: Github

⏲️ Est. time to complete: 30 min. ⏲️

Here is what you will learn 🎯

In this challenge you will learn how to:

  • How to sign up at Github and create an Account
  • How to edit your profile and upload a picture
  • How to fork a repository

Table Of Contents

  1. Sign Up and Create a GitHub Account
  2. Edit your GitHub Profile
  3. Fork Repository

Sign Up and Create at GitHub Account

What is Github?

Github is actually two things: Git and Hub.

Git is a version control software. It allows developers to work on a specific project at the same time by tracking the changes. If something goes wrong, you can easily undo the changes with Git. Hub is nothing special in itself, but it represents the "social network" of developers built on top of Git. While Github does not own the Git software, it has created a platform that makes it easy to access and collaborate with Git. The groundbreaking feature of Github is that it makes it super easy to share/show your code with the world or just store it. You no longer have to worry about where you store your code. Companies have Github accounts for the same reason. Github provides an easy way to store your code online with built-in version control.

  • Create a GitHub account to get started
  • Simply add your email, password and your desired username
    Startpage of Github

Enter your Email page

Create a password page

Enter a username page

  • Type y for receiving emails from GitHub about new product updates and announcements. Or n for not receiving emails from Github about product updates and announcements. Announcement confirmation page

  • To verify the account, please follow the instructions. Verifiaction page

Verifiaction page confirmation

Create account page

Edit your GitHub Profile

Upload a profile picture and insert your name

This is the front page of your account. This overview shows everything about your activities on GitHub, such as your contributions to repositories, your own repositories, your achievements and much more. Profile page Profile page

To change or add any of your information, click on your icon in the top right corner and choose Settings. Top right user icon options popup Top right user icon options popup

  • Click on Profile and add your public information. Profile page Profile page

Fork Repository

A Fork is a copy of a repository. This is extremely handy if you want to freely experiment without making any changes to the original project.

Now, let's go ahead and fork this repository!

Highlighted fork button top right Highlighted fork button top right

Fork confirmation page Fork confirmation page

Tipps 📝

🔼 Home | Next challenge ▶