> For the complete documentation index, see [llms.txt](https://wiki.nushackers.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.nushackers.org/orbital/git.md).

# Git

This guide aims to progressively introduce various concepts necessary to start using Git to manage your project.&#x20;

## Using this guide

Before starting the guide, it is highly recommended that you give [Setting up Git and GitHub](/orbital/git/setup.md) a read to ensure that everything you need for this guide is correctly setup.

We also highly recommend that you read [Fundamental Concepts](/orbital/git/fundamental-concepts.md) to understand the terminologies that this guide uses.

The guide is broken up into three parts:

1. Fundamental concepts
2. Collaborative workflows
3. Advanced concepts

The first two parts are the most important and we highly recommend that you, at the very least, finish them. The last part is good to know but not crucial if you are in a rush.

{% hint style="info" %}
If you encounter a command with `<text>` format, you are to replace `<text>` with your own.
{% endhint %}

## Why this guide?

This guide was created as an effort by [NUS Hackers](http://nushackers.org/) to make knowledge easily available for various technical topics!

## Where can I find the slides?

The slides are published here:&#x20;

{% @github-files/github-code-block url="<https://github.com/nushackers/hackertools_materials/blob/main/git/slides.pdf>" %}

## Changelog

1. 11 May 2024: First draft for first 2 sections
2. 18 May 2024: Conducting the workshop for Orbital 2024
3. 17 May 2025: Conducting the workshop for Orbital 2025
