Add git sign

main
sudo pacman -Syu 2022-02-08 09:50:09 +07:00
parent e3534bf144
commit e4b6c61245
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,13 @@ Set default branch to `main`:
git config --global init.defaultBranch main
```
Sign:
```sh
git config --global commit.gpgsign true
git config --global tag.gpgSign true
```
## Commands
Prefer rebase when pull: