Welcome to the wth-bootcamp repository!
This is a test repository created for bootcamp participants and learners to practice essential Git and GitHub skills. The main goal is to help you get comfortable with cloning repositories, working with branches, and pushing changes.
This repository is designed to be:
- A sandbox for testing Git operations like clone, commit, pull, and push.
- A practice ground for creating pull requests, resolving merge conflicts, and contributing to a shared project.
- A simple introduction to open-source collaboration.
To get started, follow these steps:
-
Clone the repo:
git clone https://github.com/<your-username>/wth-bootcamp.git
-
Navigate to the project folder:
cd wth-bootcamp
-
Branch out and make your changes (e.g., add your name to a file or create a new one).
-
Stage, commit, and push your changes:
git add . git commit -m "Your message" git push --set-upstream origin <branch-name>
-
Create a PR to main.
This project is open for contributions! You're encouraged to:
- Fork the repository
- Create a new branch
- Submit a pull request with your changes
- Cloning repositories
- Creating branches
- Making commits
- Handling merge conflicts
- Creating and reviewing pull requests
This repo is maintained as part of a learning program or bootcamp. Feel free to use it for your personal Git practice.
Happy learning and coding! π