Answers for "git config global rerere"

15

git config

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

git config global rerere

git config --global rerere.autoupdate true
Posted by: Guest on March-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language