Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.04 KB

git and GitHub Fundamentals training 🧑‍🏫

Getting started 🧑‍💻

There are two options for you to get started with the material.

  1. Using Code Spaces

  2. Using your own machine

Using Code Spaces ☁️

In the Github repository, click on the green button Code and select Open with Code Spaces. This will open a new browser tab with a Code Space. You can now start working in the terminal.

You can also open the container in your local VS Code by clicking on Open with VS Code from the command pallette (press Ctrl + Shift + P to open the command pallette).

Using your own machine 💻

Prerequisites

Clone the repository

Clone the repository to your local machine:

$ git clone https://github.com/godatadriven/academy-shell-and-git.git

You're good to go! 🎉

Exercises 🙇

All the content and exercises can be found in the content folder in this repository.