*: shellcheck and fix typos (#6526)
* test.sh: quote a variable * contributing-guides/*: fix typos * pages/*: fix typos * scripts/*: fix typos * MAINTAINERS.md: trim trailing whitespace Co-authored-by: a1346054 <36859588+a1346054@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ git fetch upstream main
|
||||
git rebase upstream/main # in case you have any merge conflicts, click the link below to see how to resolve them
|
||||
git push --force-with-lease # not needed if you only want to update your local repository
|
||||
```
|
||||
[How to resolve merge conficts](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line)
|
||||
[How to resolve merge conflicts](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line)
|
||||
|
||||
# Changing the email of your last commit
|
||||
|
||||
@@ -75,7 +75,7 @@ Let's take this commit history as an example:
|
||||
| E | correct@example.org
|
||||
| F (HEAD) | correct@example.org
|
||||
|
||||
To change the email of commts A and D, run
|
||||
To change the email of commits A and D, run
|
||||
|
||||
```bash
|
||||
git reset A
|
||||
|
Reference in New Issue
Block a user