Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Git Forking Workflow Practice

This repository is used to practice contributing to the Robotics Club projects through GitHub and Git.

Currently, we use the Forking Workflow for git. For a quick summary of this workflow, there is a main hosted repository for the code (GitHub). Anyone who wants to contribute will create a fork of this repository (make a copy to their own GitHub account). Make their desired changes in their own repository, and then submit those changes back to the main repo through a pull request. For a more in-depth explanation, check out this tutorial from Atlassian: Atlassian Explanation. If you have any questions, feel free to ask in the Programming Team Discord channel.

How To Contribute

  1. Fork this repo (make a copy to your GitHub account by using the "Fork" button)
  2. Clone your repository to your machine git clone [URL/TO/YOUR/REPO]
  3. Make the changes on your machine
  4. Commit and push your code back to your GitHub repo git add [FILES/CHANGED] git commit -m "COMMIT MESSAGE HERE" git push
  5. Make a pull request against the main repo (done through GitHub)
  6. The pull request will be reviewed, and if it meets criteria and is helpful, it will be merged into the main repo.
  7. Congradulations!!!

For this project, please follow the steps above and add your username to the list below. Your commit message should be something descriptive IE "Added [USERNAME] to README.md".

Add your username to the list!

  • DATE: USERNAME - Preffered first name [OPTIONAL]
  • 2024-09-13: KittKat7 - Avery
  • 2024-09-13: ORSS01
  • 2024-09-13: Cryrosphere - Caden
  • 2024-09-13: lovdw

About

For practice using github

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors