Skip to content

Commit

Permalink
Update docs/packaging/prepare-for-packaging.md
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Maddock <[email protected]>
  • Loading branch information
davidjharder and EbonJaeger authored Mar 5, 2024
1 parent 262994b commit 21a1a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/packaging/prepare-for-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See the [GitHub CLI quickstart](https://docs.github.com/en/github-cli/github-cli

### Git identity setup

If you have not used git before, you should set your git identity in your global git config file (`~/.gitconfig). Use the following commands:
If you have not used git before, you should set your git identity in your global git config file (`~/.gitconfig`). Use the following commands:

```bash
git config --global user.name "John Doe"
Expand Down

0 comments on commit 21a1a78

Please sign in to comment.