This is a repository for the advanced git coursework for the Advanced Linux Programming course at the University of Alberta.
The coursework is split into two parts:
- The first part is the basics of git, including the basic commands, branching, merging, and rebasing.
- The second part is the advanced commands, including the staging area, stashing, and submodules.
To get started, you will need to install git on your computer. You can download git from the official website: https://git-scm.com/downloads
Once you have installed git, you can clone the repository to your local machine using the following command:
git clone https://github.com/your-username/ALXprodev-advanced_git.git
Replace "your-username" with your actual GitHub username.