Skip to content

Monsoon-Bloom/wth-bootcamp

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

wth-bootcamp

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.

πŸš€ What’s This Repo For?

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.

πŸ› οΈ Getting Started

To get started, follow these steps:

  1. Clone the repo:

    git clone https://github.com/<your-username>/wth-bootcamp.git
    
  2. Navigate to the project folder:

    cd wth-bootcamp
  3. Branch out and make your changes (e.g., add your name to a file or create a new one).

  4. Stage, commit, and push your changes:

    git add .
    git commit -m "Your message"
    git push --set-upstream origin <branch-name>
  5. Create a PR to main.

🀝 Contribution Guidelines

This project is open for contributions! You're encouraged to:

  • Fork the repository
  • Create a new branch
  • Submit a pull request with your changes

πŸ“š Topics You Can Practice

  • Cloning repositories
  • Creating branches
  • Making commits
  • Handling merge conflicts
  • Creating and reviewing pull requests

πŸ§‘β€πŸ’» Maintainer

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! πŸš€

About

A test repository to be cloned.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published