Skip to content

Instantly share code, notes, and snippets.

@Enity
Last active November 25, 2020 15:01
Show Gist options
  • Save Enity/a21d5fecc9964731d65c24deb4120fd8 to your computer and use it in GitHub Desktop.
Save Enity/a21d5fecc9964731d65c24deb4120fd8 to your computer and use it in GitHub Desktop.
Git commands

На винде офнуть crlf

git config --global core.autocrlf false
git config --global core.eol lf

Убрать вим

git config --global core.editor "nano"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment