Answers for "git edit setting"

40

git config setting

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Posted by: Guest on February-08-2020
0

git set editor

git config --global core.editor nvim
Posted by: Guest on July-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language