Setup GPG on desktop

This commit is contained in:
Kiana Sheibani 2022-04-29 17:38:23 -04:00
parent 20672aa33d
commit c25ed3513c
3 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,8 @@
credential.helper = "store";
git.allowForcePush = true;
init.defaultBranch = "main";
user.signingkey = "6CB106C25E86A9F7";
};
};
}