Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git force LF

cd <your repo>
# config the local repo to use LF
git config core.eol lf
git config core.autocrlf input

# Copy files from the index to the working tree
git checkout-index --force --all

# If above line doesn't work, delete all cached files and reset.
git rm --cached -r .
git reset --hard
Comment

PREVIOUS NEXT
Code Example
Shell :: git branch from current branch 
Shell :: Method ReflectionParameter::getClass() is deprecated ubuntu 
Shell :: vue-cli-service not found linux 
Shell :: git switch 
Shell :: how to install windows from a hard drive 
Shell :: dpkg get installed package version 
Shell :: force remove a hidden folder in linux 
Shell :: how to turn on tomcat server mac terminal 
Shell :: netlify cli 
Shell :: find logs in kubernetes pods 
Shell :: get a loading spinner javascript react 
Shell :: how to remove git from ubuntu 21 
Shell :: How do I make a Git commit in the past 
Shell :: push-github-project 
Shell :: how to stash specific file in git 
Shell :: install vuex orm 
Shell :: while bash one line 
Shell :: how to create hotspot in kali linux terminal 
Shell :: git show unpushed commits 
Shell :: how to log into a remote linux server 
Shell :: how to install pip ubuntu python2 
Shell :: add user centos 7 sudo 
Shell :: git clone with different name 
Shell :: reset certain file git 
Shell :: git ignore added folder 
Shell :: bash add comma to end of line 
Shell :: open folder from terminal 
Shell :: change wallpaper ubuntu 
Shell :: hard link linux 
Shell :: kill app processes on port 3306 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =