rename git to Git

This commit is contained in:
lucas schneider
2021-01-07 11:06:38 -03:00
committed by Starbeamrainbowlabs
parent 2ec5fb9d50
commit eef3712fc3
104 changed files with 149 additions and 149 deletions

View File

@@ -80,7 +80,7 @@ as a guideline for current and future maintainers.
Be mindful of signs of fatigue (less enthusiastic responses, slower reactions),
and relax review standards if necessary — minor issues can always be fixed later.
- When merging PRs, use the **merge strategy that produces a clean git history**:
- When merging PRs, use the **merge strategy that produces a clean Git history**:
If there's a single commit in the PR,
or if the multiple commits are not semantically independent changes,
use the `Squash and merge` method.