This repository is our workspace for mastering Git & GitHub skills during the workshop.
We'll use this repository to:
- Practice basic and advanced Git commands.
- Learn how to effectively use GitHub for collaboration.
- Store and share code snippets and resources related to the workshop.
To get started with this repository:
- Fork the repo to add it to your GitHub account.
- Clone your forked repository to your local machine.
- Set up your local environment and start exploring the exercises provided.
We encourage you to contribute to the repository! To do so:
- Fork the repository.
- Create a new branch for your modifications (
git checkout -b feature-branch-name
). - Make changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch-name
). - Create a new Pull Request.
If you need help or have questions, open an issue in this repository or reach out to the workshop facilitator.