mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Add git blame entry (#2226)
* Add entry and instructions * Change wording * Added step for resolving conflicts
This commit is contained in:
parent
34fb4cca2a
commit
239286737d
@ -1,2 +1,5 @@
|
|||||||
# Apply .NET format https://github.com/bitwarden/server/pull/1764
|
# Apply .NET format https://github.com/bitwarden/server/pull/1764
|
||||||
23b0a1f9df25058ab29785ecad9a233113c10889
|
23b0a1f9df25058ab29785ecad9a233113c10889
|
||||||
|
|
||||||
|
# Turn on file scoped namespaces https://github.com/bitwarden/server/pull/2225
|
||||||
|
34fb4cca2aa78deb84d4cbc359992a7c6bba7ea5
|
||||||
|
12
README.md
12
README.md
@ -84,3 +84,15 @@ We recently migrated to using dotnet-format as code formatter. All previous bran
|
|||||||
5. Commit
|
5. Commit
|
||||||
6. Run `git merge -Xours 23b0a1f9df25058ab29785ecad9a233113c10889`
|
6. Run `git merge -Xours 23b0a1f9df25058ab29785ecad9a233113c10889`
|
||||||
7. Push
|
7. Push
|
||||||
|
|
||||||
|
### File Scoped Namespaces
|
||||||
|
We have switched to using file scoped namespace. All previous branches will need to update to avoid large merge conflicts using the following steps:
|
||||||
|
|
||||||
|
1. Check out your local Branch
|
||||||
|
1. Run `git merge 7c4521e0b428d523f2153cda3fb51d51bca9f194`
|
||||||
|
2. Resolve any merge conflicts, commit.
|
||||||
|
3. Run `dotnet format`
|
||||||
|
4. Commit
|
||||||
|
5. Run `git merge -Xours 34fb4cca2aa78deb84d4cbc359992a7c6bba7ea5`
|
||||||
|
6. Resolve merge conflicts
|
||||||
|
7. Push
|
||||||
|
Loading…
Reference in New Issue
Block a user