Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.86 KB

README.md

File metadata and controls

62 lines (33 loc) · 1.86 KB

GIT-101 by Alexis LUTUN

First Introduction to GIT && hands on the basics !

This class will start with an introduction lecture on GIT, it will be then follow by two workshops.

Prerequisite

Before doing that class, make sure you are ready and that the following are true.

  • You have a Github Account.

  • You installed git or Github desktop. Make sure it's working by running the following command in your terminal :

    git --version

  • You cloned clone this repository using GIT CLI before the class.

    git clone https://github.com/Alutun/git-101.git

  • You are Ready ! 🚀

2. 📘 - LECTURE

The class will start by a lecture and cover the What, Why of GIT and prepare us for the two workshops

[WIP]

3. ⚙️ - WORKSHOP - HANDS ON DECK !

3.1 :sand: Sandbox - Let's try !

Let's try some basic command in a sandbox environment and visually see how git works and behave/

[WIP]

3.2 Let's try write a book together !

Now that we master the basics command, let's try to collaborate together on one repositories as we would do during a real project

[WIP]

4.GOING FURTHER

You finished the class, but you want to lear more, this section is for you 🔍

Ressources

📑 - CheatSheet

Get all the your basic git commands in one PDF. Thanks to Simon MAPLE

📗 - Book

Once you get familiar with the basics, you dig deeper with the official books written by Scott Chacon and Ben Straub