Options (1)
-f, --filebooleanChange the Git LFS endpoint URL (useful if the LFS server is separate from the Git server)
Example:
git config {{[-f|--file]}} .lfsconfig lfs.url {{lfs_endpoint_url}}Examples (8)
Track files that match a glob
git lfs track '*.bin'Change the Git LFS endpoint URL (useful if the LFS server is separate from the Git server)
git config [-f|--file] .lfsconfig lfs.url lfs_endpoint_urlList tracked patterns
git lfs trackList tracked files that have been committed
git lfs ls-filesPush all Git LFS objects to the remote server (useful if errors are encountered)
git lfs push --all remote_name branch_nameFetch all Git LFS objects
git lfs fetchReplace pointer files with actual Git LFS objects
git lfs checkoutmade by @shridhargupta | data from tldr-pages