UNCLASSIFIED - NO CUI

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

docs: added conventional commit docs

parent 87638630
No related branches found
No related tags found
1 merge request!141Add commitlint job
Pipeline #129199 waiting for manual action
......@@ -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 $CI_DEFAULT_BRANCH $(git rev-parse --abbrev-ref HEAD))
git reset $(git merge-base 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