Merging Code to the Master Branch - Brighton-FTC/FTC-2023 GitHub Wiki

🌳 Merging Code to the master Branch (with Pull Requests)

Other merges

  • Please note that you can merge code from any ("compare") branch into another ("base") branch. You can change the branches when editing the pull request.
compare > base Purpose
Your workspace > master Once code has been tested, adding it to the production code
master > Your workspace Updating your workspace with the latest production code, so you can use a completed feature that someone else made in your feature.