General Git configuration
Sone configuration you want to set up on your server or desktop for connecting to our GitLab instance.
git config --global user.name "YOUR_NAME"
git config --global user.email "YOUR_EMAIL"
git config --global credential.helper store
git config --global core.fileMode false
git config --global core.editor "nano"
git config --global commit.gpgsign true