Easy

Github Account

Create and set-up a Github account.

Easy

First Repo

Create your first Github repository and clone it locally.

Easy

CLI Commands Basics

Learn the basic CLI Commands

  1. cd
  2. ls
  3. mkdir
  4. rm
  5. cat
Easy

GIT Commands Basics

Learn the basic GIT commands

  1. git clone
  2. git branch
  3. git status
  4. git add .
  5. git commit -m ""
  6. git push
Easy

AWS

Launch your first EC2 instance.