Transcript
00:00 Before we can commit anything, we need to add some git configuration. Assuming you're not on a shared machine, you can add this globally. Add a username that you'd like to show up in your commits. I'll use Michael Chan. As well as a user email address. I'll use hi at Chan dot dev.
00:17 We can see our config using the list flag. These are the two options that I provided alongside some system defaults. With a user and email, we're now ready to sign our commits.