Preview:
#Avoid entering password everytime #Global
git config --global credential.helper store
or
git config credential.helper store #Non-Global


#Delete a key=value pair from git repository
git config --global --unset user.email
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter