Git Product home page Git Product logo

github-training's Introduction

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 protected]"

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.

github-training's People

Contributors

kevinbanister avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.