mirror of
https://gitlab.com/ric_harvey/git-guide.git
synced 2024-11-23 12:24:02 +00:00
remember the GPG prompt
This commit is contained in:
parent
fd4c929bb5
commit
9039f7f71a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue