Skip to content

cbitosc/HTF25-Team-404

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HTF25-Team-404

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-404.
  • 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-404.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!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •