Skip to content

Commit

Permalink
Fixing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
muiriswoulfe committed Nov 11, 2024
1 parent 5fc389d commit 186ee4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ can be difficult to determine a value that will work consistently, due to the
nature of Git history.

To avoid this, it is recommended to only use commit types that squash the Git
history by using a setting such as
["require linear history"][github-linear-history].
history such as "squash merge" or "rebase and fast-forward".

## Troubleshooting

Expand Down Expand Up @@ -199,7 +198,6 @@ comments.
[defaultcodefileextensions]: docs/default-code-file-extensions.md
[azurepipelinestask]: docs/azure-pipelines-task.md
[github-token-pemissions]: https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
[github-linear-history]: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/available-rules-for-rulesets#require-linear-history
[contributing]: .github/CONTRIBUTING.md
[license]: LICENSE
[codeofconduct]: https://opensource.microsoft.com/codeofconduct/
Expand Down

0 comments on commit 186ee4e

Please sign in to comment.