Skip to content

Instantly share code, notes, and snippets.

@7rin0
Last active March 10, 2017 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7rin0/43656287471efa7a9d3c9bda096482e9 to your computer and use it in GitHub Desktop.
Save 7rin0/43656287471efa7a9d3c9bda096482e9 to your computer and use it in GitHub Desktop.
Git filemode, autocrl, dos2unix

Git false filemode checking

git config core.filemode false

Git auto crlf file line-ending conversion

git config --global core.autocrlf true

Git: no ssl verification

git config http.sslVerify "false"

dos2unix

apt-get install dos2unix -y yum install dos2unix -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment