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 `