Updated Release Process (markdown)

Daniel Markstedt 2023-11-11 04:02:04 -08:00
parent a32c068414
commit 3d64fcd330
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ These operations are performed on an Ubuntu 22.04 x86_64 PC. You'll need sudo ac
git config --global user.name
git config --global user.email
```
If you need to change the configuration, use the followingz;
If you need to change the configuration, use the following;
```
git config --global user.name "Homer Simpson"
git config --global user.email homer.j@simpson.com