|
60 | 60 |
|
61 | 61 | ```bash |
62 | 62 | git config --global user.email ${my_email_address} # same one used during key generation |
63 | | - git config --global user.name ${my_username} |
| 63 | + git config --global user.name ${github_handle} |
64 | 64 | git config --global user.signingkey ${key_id} |
65 | 65 | git config --global commit.gpgsign true |
66 | 66 | git config --global tag.gpgsign true |
|
106 | 106 |
|
107 | 107 | ```bash |
108 | 108 | git config --global user.email ${my_email_address} # same one used during key generation |
109 | | - git config --global user.name ${my_username} |
| 109 | + git config --global user.name ${github_handle} |
110 | 110 | git config --global user.signingkey ${key_id} |
111 | 111 | git config --global commit.gpgsign true |
112 | 112 | git config --global tag.gpgsign true |
|
130 | 130 | ```bash |
131 | 131 | gpg -k # This should list the new key |
132 | 132 | git config --global user.email ${my_email_address} # same one used during key generation |
133 | | - git config --global user.name ${my_username} |
| 133 | + git config --global user.name ${github_handle} |
134 | 134 | git config --global user.signingkey ${key_id} |
135 | 135 | git config --global commit.gpgsign true |
136 | 136 | git config --global tag.gpgsign true |
|
152 | 152 | ```bash |
153 | 153 | gpg -k # This should list the new key |
154 | 154 | git config --global user.email ${my_email_address} # same one used during key generation |
155 | | - git config --global user.name ${my_username} |
| 155 | + git config --global user.name ${github_handle} |
156 | 156 | git config --global user.signingkey ${key_id} |
157 | 157 | git config --global commit.gpgsign true |
158 | 158 | git config --global tag.gpgsign true |
|
0 commit comments