Git Config Global Rerere

[Solved] Git Config Global Rerere | Shell - Code Explorer | yomemimo.com
Question : git config

Answered by : perfect-platypus-vxjfvhpzdkfy

git config --global user.name "John Doe"
git config --global user.email [email protected]

Source : | Last Update : Sat, 31 Oct 20

Question : git config global rerere

Answered by : cloudy-civet-73evli1nq9lm

git config --global rerere.autoupdate true

Source : | Last Update : Fri, 02 Apr 21

Answers related to git config global rerere

Code Explorer Popular Question For Shell