Document Git Commands for Pull Request Workflow and Add to VRMS Wiki #1814
Labels
draft
Not ready for prioritization yet
feature: Github Actions
ready for dev lead
Add to issue when dev lead needs to take some action
role: Dev Lead
size: 0.5pt
Can be done in 2-3 hours or less
Milestone
Overview
The purpose of this issue is to document Git commands specific to the Pull Request workflow in VRMS. This includes commands for creating, managing, and updating Pull Requests. The documentation will be added to the project's GitHub wiki to help contributors follow a consistent workflow.
Action Items
Resources/Instructions
git checkout -b <branch-name>
git push origin <branch-name>
git fetch origin <branch-name>
git rebase origin/main
git merge origin/main
git pull --rebase
git push --force-with-lease
(when rebasing)The text was updated successfully, but these errors were encountered: