remember the GPG prompt

This commit is contained in:
Ric Harvey 2024-05-03 10:58:25 +01:00
parent fd4c929bb5
commit 9039f7f71a
Signed by: ric
GPG key ID: 7FDEB4C0C7D5CB61

View file

@ -86,6 +86,8 @@ However, some people prefer to add their commit message on the command line for
git commit -m "meaningful message"
```
> If you've followed the advanced guide and set up GPG signing of your code you will be promted for your GPG password at this point
If you realise you've made a mistake and want to change the last commit, you don't have to create a new commit, you can use the ```-—amend``` flag to amend the most recent commit
```