Skip to content

cbitosc/HTF25-Team-374

Repository files navigation

HTF25-Team-374

GitHub submission guide

In this Readme, you will find a guide on how to fork this Repository, add files to it, and make a pull request to contribute your changes.

1. Login to your GitHub Account


Go to github.com to log in.

  • Open the current repo in a new tab.
  • Perform all operations in the newly opened tab, and follow the current tab for instructions.

2. Fork the Repository


Fork the Repository

  • In the newly opened tab, on the top-right corner, click on Fork.
  • Enter the Repository Name as HTF25-Team-374.
  • Then click Create Fork, leaving all other fields as default.
  • After a few moments, you can view your forked repo.

3. Clone your Repository


  • Click on Code and copy the web URL of your forked repository.
  • Open terminal on your local machine.
  • Run this command to clone the repo:
  • git clone https://github.com/your-username/HTF25-Team-374.git

4. Adding files to the Repository


  • While doing it for the first time, create a new branch for your changes:
  • git checkout -b branch-name
  • Add files or modify existing ones.
  • Stage your changes:
  • git add .
  • Commit your changes:
  • git commit -m "Descriptive commit message"
  • Push your branch to your fork:
  • git push origin branch-name

5. Create a Pull Request


  • Click on the Contribute button in your fork and choose Open Pull Request.
  • Leave all fields as default, then click Create Pull Request.
  • Wait a few moments; your PR is now submitted.

Thanks for participating!

55758212a26e1d71dc7e76741a85be620c5734e0

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •