Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git enable lfs

# Make sure to install the git lfs command line extension first.

# After installing the extension (if you haven't), enable it in your repo:
git lfs install
# You only need to run this once per user account.

# Use LFS for a file type (do this in your repo dir)
git lfs track "*.psd"

# Make sure to track this in your repo!
git add .gitattributes
Comment

PREVIOUS NEXT
Code Example
Shell :: how to commit single file in git 
Shell :: unknown command "neat" for "kubectl" 
Shell :: git check merged branches 
Shell :: list only directories in linux 
Shell :: add to a github repo 
Shell :: how to enable bluetooth on terminal 
Shell :: mac xterm download 
Shell :: pnpm install dev 
Shell :: linux remove folder with content 
Shell :: git clone command 
Shell :: tar extract powershell 
Shell :: command to install express graphql 
Shell :: scp with ssh key 
Shell :: reload ssh agent 
Shell :: how to install xdebug on Windows 
Shell :: restore deleted commits 
Shell :: git rename 
Shell :: how to docker login with gitlab 
Shell :: npm install in dev mode 
Shell :: laravel in ubuntu 
Shell :: add line at beginning of file unix 
Shell :: push to git with token 
Shell :: requiring unknown module "1" 
Shell :: combine strings bash 
Shell :: stop git from tracking a folder 
Shell :: download brew 
Shell :: install dlib gpu check 
Shell :: how to check if mongodb is installed 
Shell :: copy a file from docker container to local machine 
Shell :: bash split 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =