From 62d371bb31864d45a97bfb3406cf253268eb7218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Sat, 22 Feb 2025 18:56:55 +0300 Subject: [PATCH] user name and user email for commits --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 50c676b..ea1d734 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ Please read this : * https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits * https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key +# Configuring User Email and User Name for commits + +* https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git + +* https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address + # Conclusion * We have generated SSH Key and added our public SSH Key to our GitHub account.