Welcome to the GIT Workshop repository for FLAG School! This repository contains resources, exercises, and examples to help you understand and effectively use Git for version control.
This repository is designed to provide students with hands-on experience in using Git. We will cover the basics of version control, branching, merging, and collaboration using Git and GitHub.
Before attending the workshop, please ensure you have the following:
- Basic understanding of command-line interfaces
- A GitHub account (create one at github.com)
-
Install Git:
- For Windows, download from git-scm.com.
- For macOS, you can install via Homebrew:
brew install git
- For Linux, use your package manager:
sudo apt-get install git
-
Verify Installation:
git --version
- Introduction to Git
- Getting Started
- Basic Commands
- Branching and Merging
- Collaboration
To start with the exercises:
-
Clone this repository:
git clone https://github.com/your-username/git-workshop-flag.git
To the folder you want
-
Navigate to the workshop directory:
cd git-workshop-flag
-
Feel free to experiment there. You should create your own branch for simplicity
We welcome contributions! If you have suggestions, please fork the repository and submit a pull request.
202410161714