UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7c09176a authored by Thomas Runyon's avatar Thomas Runyon Committed by joshwolf
Browse files

docs: update contributing guide to rebase of origin/master not local master branch

parent 3388a9b3
No related branches found
No related tags found
2 merge requests!188Staging,!150docs: update contributing guide to rebase of origin/master not local master branch
Pipeline #148724 passed with warnings
......@@ -72,7 +72,7 @@ Here is a quick tip to squash all commits for a branch named `test`:
```
git checkout test
git reset $(git merge-base master $(git rev-parse --abbrev-ref HEAD))
git reset $(git merge-base origin/master $(git rev-parse --abbrev-ref HEAD))
git add -A
git commit -m "feat: example conventional commit"
git push --force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment