Or0ch1 / Github-Training

A repository to Train you on Version Control with Git and GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Github Training Repository

Welcome to the Github/Git Training Repository. You will be presented with video lessons and asked to complete assignments for each video lesson. All of the videos and assignments can be found in this repository. You are welcome to navigate around this repository, or you are welcome to just follow the links like the one at the bottom of this README to help you progress through the training.

In each module, you will find video lessons marked with this icon 📺 and assignments will be marked with this icon 📓. You can find your first video below:

📺 Watch me before you begin

This is your training

It is beneficial that you take advantage of the resources presented to you, but I would also recommend that if you find instances where things can be improved, then please create an issue here. If you are not familiar with issues in GitHub, no worries, you will learn about them soon.

NB: All issues should be submitted to the stable barnch before they are merged into the main branch.

To Get Started

  1. Register for an account on github.com.

  2. Download, install and configure git. Windows users please install Git for Windows.

  3. If you are new to Git, GitHub, and the command-line, I recommend downloading ATOM, a text editor, which is available for Mac, Linux, and Windows. We will be using ATOM in all of the modules.

    Mac and Linux Setup

    If you are using a Mac or Linux machine, I would recommend following these instructions to setup the ATOM command-line:

    Chromebook User Setup

    If you are using a Chromebook, great news! You can use ATOM to follow along with the videos with some easy instructions:

    Windows User Setup

    If you are using Windows, and new to the command-line, I would recommend following additional instructions to avoid using the default shell, known as "PowerShell," in ATOM since all of the examples in the modules will be using a Unix based shell:

  4. Make sure to set Git with your name and email address using the following commands on the command-line with your name and email address:

$ git config --global user.name "FirstName LastName"
$ git config --global user.email "email@example.com"

This is important because Git will use this information when you work on a project.

Questions

If you have any questions regarding setup or on any of the learning modules, I would recommend visiting our discord server DSC KABARAK DISCORD SERVER for assistance.


To begin

Fork this repository into your personal Github Account. The fork button is at the Top Right of this Repository. (A fork is a copy of a repository. Forking allows you to freely experiment with the changes without affecting the original project. You can read more about forking here (Fork A repo)

You will notice at the top of the page there are directories for each learning module. To begin, please click on Module 1 to start.

When you are finished

All asignments will be submitted as issues which will then be reviewed by one of the Trainers.

Please follow all the instructions so that the reviewers may have an easy time reviewing all the assignments.

About

A repository to Train you on Version Control with Git and GitHub.

License:MIT License