Template
Merge branch 'main' into main
Signed-off-by: Alexandros Kritikos <akritikos@outlook.com>
This commit is contained in:
@@ -5,11 +5,11 @@ A starting point for new .NET projects, based on opinionated rules.
|
||||
## Getting started
|
||||
|
||||
1. In order to be able to update your repository with the latest changes, you can use the following command **after creating** your repo:
|
||||
```bash
|
||||
git remote add template https://github.com/kritikos-io/templates-dotnet
|
||||
git fetch --all
|
||||
git merge template/main --allow-unrelated-histories
|
||||
```
|
||||
```bash
|
||||
git remote add template https://github.com/Cognify-App/templates-dotnet
|
||||
git fetch --all
|
||||
git merge template/main --allow-unrelated-histories
|
||||
```
|
||||
1. Do this as soon as possible, as the unrelated histories flag will lead to a few conflicts that you will need to resolve manually.
|
||||
1. Afterwards, you can pull future changes using
|
||||
```bash
|
||||
@@ -53,4 +53,4 @@ OpenAPI documents generated at build time are validated using [Spectral]. Config
|
||||
|
||||
[Central Package Management]: https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management
|
||||
[Entity Framework Core MSBuild integration]: https://learn.microsoft.com/en-us/ef/core/cli/msbuild
|
||||
[Spectral]: https://github.com/stoplightio/spectral
|
||||
[Spectral]: https://github.com/stoplightio/spectral
|
||||
Reference in New Issue
Block a user