Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

lf will be replaced by crlf

Linux and MacOS: use characters as in file
$ git config --global core.autocrlf input

Windows: deactivate the automatic conversion to CRLF
$ git config --global core.autocrlf false
Comment

LF will be replaced by CRLF hassan

mklink /H git-config .gitconfig
git add git-config
git commit -m "Now tracking git config file"
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu show current path 
Shell :: grep -c flag 
Shell :: make bootable usb stick with linux console dd 
Shell :: grep simon 
Shell :: heroku upgrade phobby basic$ 
Shell :: read not working in shell script 
Shell :: how to install opensll in ubuntu 18.04 
Shell :: grep stack overflow 
Shell :: how to add new path to sudoers 
Shell :: powershell write file to user home directory 
Shell :: imagemagick visual diff pdf 
Shell :: how to delete a specific migration ef 
Shell :: solr cloud cluster setup for windows 
Shell :: remove admin group ubuntu 
Shell :: git stop tracking files matching pattern 
Shell :: cara stop running docker 
Shell :: create permanent shortcut command ubuntu 
Shell :: gem install therubyracer 
Shell :: rails 6 action_mailbox:install not working 
Shell :: remove docker completely orcal linx 
Shell :: debian show auto install package 
Shell :: bash clean-up code 2 
Shell :: How to translate a string to md5 using bash 
Shell :: check folder exist else create linux 
Shell :: fish shell ssh agent autostart 
Shell :: fsl fslmath mask sphere 
Shell :: papermc no gui 
Shell :: How to open multiple windows on vi 
Shell :: find ps python 
Shell :: gradle hash file not found 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =