This is a Git practice repo.
First, you need to use as template to create your own copy of this repo.
Then, clone it to your local machine.
git clone https://github.com/<your-username>/git-test-demo.git
cd git-test-demoIn this repo you need to do:
- Pull to local
- Create a new branch
- Publish the new branch
- Pull updates
- Modify content
- Push changes
- Merge changes into the main branch