Skip to content

Commit

Permalink
typo 002-ways-of-working.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherpepe authored Nov 15, 2024
1 parent bc4049a commit c2d837e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adr/002-ways-of-working.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We agree to use these ways of working.

#### Merge commits

The merging process in all modern software projects can turn into a never-ending debate over whether to use merge commits, sqush, or rebase strategies. Our approach is to use the strategy that requires the least care before merging into main, which is the merge commit. Yes, the git blame and logs can get messy, but from our point of view it generates the least friction and potential rebasing problems.
The merging process in all modern software projects can turn into a never-ending debate over whether to use merge commits, squash, or rebase strategies. Our approach is to use the strategy that requires the least care before merging into main, which is the merge commit. Yes, the git blame and logs can get messy, but from our point of view it generates the least friction and potential rebasing problems.

#### Code delivery stages

Expand Down

0 comments on commit c2d837e

Please sign in to comment.