List of common orders to use git in a different way
Disable commit files when mode file was changed
git config core.fileMode false
Save GIT Credential on server
git config --global credential.helper 'cache --timeout=3600000000000'
Devlion experience for Developers
List of common orders to use git in a different way
git config core.fileMode false
git config --global credential.helper 'cache --timeout=3600000000000'