UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9aff3b19 authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

docs: added conventional commit docs

parent 662e7fb7
No related branches found
No related tags found
1 merge request!141Add commitlint job
Pipeline #129202 waiting for manual action
......@@ -74,7 +74,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 add -A
git commit -m \"feat: example conventional commit\"
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