Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git lfs

## Change .psd to the file extension which you want to track ##

git lfs install
git lfs track "*.psd" 
git add .gitattributes

## Done!, now just do git add ##
Comment

git lfs

Git Large File Storage (LFS) replaces large files such as audio samples,
videos, datasets, and graphics with text pointers inside Git, 
while storing the file contents on a remote server like GitHub.com 
or GitHub Enterprise.

Homebrew: brew install git-lfs
MacPorts: port install git-lfs

Comment

PREVIOUS NEXT
Code Example
Shell :: rsync exclude empty directories 
Shell :: git remove files untracked 
Shell :: how to download file from terminal ssh 
Shell :: set an editor for git 
Shell :: brew Cannot install on Intel processor in ARM default prefix (/opt/homebrew)! 
Shell :: disable snap 
Shell :: install docker on server 
Shell :: archive file 
Shell :: git create branch without initial commit 
Shell :: git force overwrite of local files 
Shell :: how to make migrations in models in django 
Shell :: crontab view output 
Shell :: git untract file 
Shell :: scp copy directories 
Shell :: present working directory linux command 
Shell :: shell script to convert yaml 
Shell :: authentication failed for git 
Shell :: rebase github 
Shell :: boot linux from dos 
Shell :: git clone into path 
Shell :: install bottom navigation in react native 
Shell :: copy a file from home directory to other directory in linux 
Shell :: chmod 777 meaning 
Shell :: mirror repository github 
Shell :: upload on s3 
Shell :: gitignore specific file 
Shell :: curl parallel requests 
Shell :: how to remove package files in linux 
Shell :: how to use nano command in linux 
Shell :: how to start xfce4 sudo command 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =