Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Git replacing LF with CRLF

write git config core.autocrlf in the working dir to check the currently used value and 
if using Windows: 

   – git config --system core.autocrlf false            # per-system solution
   – git config --global core.autocrlf false            # per-user solution
   – git config --local core.autocrlf false              # per-project solution
Comment

PREVIOUS NEXT
Code Example
Shell :: execute c# ubuntu 
Shell :: how to make a react project a githubpages site 
Shell :: cuda 10 install pytorch 
Shell :: django upgrade 
Shell :: linus display ORACLE_HOME 
Shell :: pip install ssh with yes 
Shell :: open video linux terminal 
Shell :: grep search 
Shell :: git repo example 
Shell :: git push empty directories 
Shell :: mkdir creating multiple containing folders 
Shell :: swithc branch in github 
Shell :: git pull master for feature branch 
Shell :: set remote git 
Shell :: download composer version 1.6.5 
Shell :: git list files with size 
Shell :: docker set container name 
Shell :: sed extract string between two patterns 
Shell :: stern install mac 
Shell :: kill proccess using serial port 
Shell :: How to remove Directories with rm 
Shell :: reinstall settings app ubuntu 
Shell :: how to install pandas 
Shell :: npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0` failed 
Shell :: run shell script linux 
Shell :: chown -R www-data:www-data 
Shell :: open jar file with command prompt 
Shell :: rearrange pdf pages linux 
Shell :: grep output to file 
Shell :: hide date from terminal ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =