From e4b6c61245a36c4075ddba2172a4b56c909088f4 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 8 Feb 2022 09:50:09 +0700 Subject: [PATCH] Add git sign --- Applications/Essential/git.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Applications/Essential/git.md b/Applications/Essential/git.md index 93d37cf..3ad2807 100644 --- a/Applications/Essential/git.md +++ b/Applications/Essential/git.md @@ -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: