Table of Contents generated with DocToc
Force git to use HTTPS URLs over SSH:
git config --global url."https://".insteadOf git://
- gl="git log --pretty='%ci %Cred%h %Creset%s %Cgreen(%an)'"
- gg="git log --oneline --graph --decorate"
- gb="git branch -vva"
- gs="git status"
- Local -> Remote = CRLF -> LF
- Remote -> Local = LF -> CRLF
Set to true on Windows.
- Local -> Remote = CRLF -> LF
- Remote -> Local = no modification
Set to input to avoid (auto)generated files with CRLF to be pushed on remote.
- Local -> Remote = no modification
- Remote -> Local = no modification
Set to false in non-Windows environments.