GIT – Global configuration on server

Git Configurations

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'

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.