We will use this repository to practice basic git commands and learn about branches.
- Clone the repository.
- Explore the configuration of the git repository.
- Create a branch with your name. See the changes in the config file.
- Edit practice.cpp and implement any 1 function of your choice and make a call to it in the main() function.
- Check the status of your files.
- Stage and commit the changes.
- Push the changes to your branch.
- CHeck on GitHub if you can see the changes.
- I will show a demo of merging branches and how to create a pull request. You will be doing this step in the lab.