Skip to content

Instantly share code, notes, and snippets.

View 3B9ACA00's full-sized avatar
🏠
Working from home

3B9ACA00 3B9ACA00

🏠
Working from home
View GitHub Profile
#git config
git config --global user.name ""
git config --global user.email ""
git config --global core.autocrlf true
git config --global core.safecrlf true
git config --global core.quotepath off