From f067564046bd33ee3ed24550aa95c769b3d70877 Mon Sep 17 00:00:00 2001 From: ShahriarNafizJoy Date: Fri, 24 Jul 2026 10:42:32 +0600 Subject: [PATCH] [ISSUE-164]Add local config set commands in the basic commands guideline -just the local config commands --- basic-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basic-commands.md b/basic-commands.md index 7e15e3d..b002d9f 100644 --- a/basic-commands.md +++ b/basic-commands.md @@ -10,6 +10,7 @@ git config --global user.name ### For local setup ``` + git config --local user.email git config --local user.name @@ -33,5 +34,6 @@ git push ### Add the remote of the PR `git remote add ` + `git fetch `