Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 679 Bytes

File metadata and controls

22 lines (16 loc) · 679 Bytes

Work Tree

  • To create a local worktree tracking a remote branch, use:
git worktree add -b <LOCAL BRANCH> <LOCAL PATH> <REMOTE BRANCH>

LFS

HERE is a list of all the config settings for git-lfs.

Some common settings you may want to change locally to improve performance:

git config --unset lfs.fetchrecentalways
git config --add   lfs.fetchrecentalways true

git config --unset lfs.fetchrecentrefsdays
git config --add   lfs.fetchrecentrefsdays <NUMBER|default is 7>

git config --unset lfs.concurrenttransfers
git config --add   lfs.concurrenttransfers <NUMBER|default is 8>