Skip to content

Commit

Permalink
Fix typos in git workflow documentation (#29324)
Browse files Browse the repository at this point in the history
* Added missing space to provide valid HTML.

Fixes #29061.

* Docs git-workflow: Fixes error in example code.
  • Loading branch information
felixbaumgaertner authored Feb 25, 2021
1 parent 02089c9 commit 8ab2453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ git commit -m "Your Good Commit Message" path/to/FILE
**Step 6**: Push your change up to GitHub. The change will be pushed to your fork of the repository on the GitHub

```bash
git push -u origin upgrade/my-branch
git push -u origin update/my-branch
```

**Step 7**: Go to your forked repository on GitHub -- it will automatically detect the change and give you a link to create a pull request.
Expand Down

0 comments on commit 8ab2453

Please sign in to comment.