Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl
ssh -v -T git@github.com
```

- Configure git for [SSH signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key):
- Configure Git for [SSH signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key):

```shell
git config --global gpg.format ssh
Expand Down Expand Up @@ -91,7 +91,7 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl
dotnet outdated --upgrade:prompt
```

- Linux / MacOS:
- Linux / macOS:
- Verify that shell files are `+x` executable and `LF` line ending mode.
- Verify that there are no duplicate files with different case names.

Expand Down Expand Up @@ -134,7 +134,6 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl
- General:
- Default branch: `main`
- Pull requests:
- `Allow merge commits`
- `Allow squash merging`
- `Always suggest updating pull request branches`
- `Allow auto-merge`
Expand Down