UNCLASSIFIED - NO CUI

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

docs: added conventional commit docs

parent b5131cff
No related branches found
No related tags found
1 merge request!141Add commitlint job
Pipeline #129197 waiting for manual action
......@@ -64,7 +64,9 @@ This will download `husky` and `commitlint` to your local repo and modify your `
#### Combining Multiple Commits
If you have pushed commits that do not conform to the conventional-commit guide lines, you can combine all of the incorrectly formatted commit messages by using `git rebase`. A more expansive guide of how this is done can be found [here](https://www.w3docs.com/snippets/git/how-to-combine-multiple-commits-into-one-with-3-steps.html).
If you have pushed commits that do not conform to the conventional-commit guide lines, you can combine all of the incorrectly formatted commit messages by using `git rebase`.
A more expansive guide of how this is done can be found [here](https://www.w3docs.com/snippets/git/how-to-combine-multiple-commits-into-one-with-3-steps.html).
Here is a quick tip to squash all commits for a branch named `test`:
......
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