
git-lfs
List of commands for git-lfs:
-
git-lfs:tldr:289df git-lfs: Fetch all Git LFS objects.$ git lfs fetchtry on your machineexplain this command
-
git-lfs:tldr:3b39c git-lfs: Track files that match a glob.$ git lfs track '${*-bin}'try on your machineexplain this command
-
git-lfs:tldr:66974 git-lfs: List tracked files that have been committed.$ git lfs ls-filestry on your machineexplain this command
-
git-lfs:tldr:8198b git-lfs: Checkout all Git LFS objects.$ git lfs checkouttry on your machineexplain this command
-
git-lfs:tldr:9eea6 git-lfs: Initialize Git LFS.$ git lfs installtry on your machineexplain this command
-
git-lfs:tldr:a2e12 git-lfs: Change the Git LFS endpoint URL (useful if the LFS server is separate from the Git server).$ git config -f .lfsconfig lfs.url ${lfs_endpoint_url}try on your machineexplain this command
-
git-lfs:tldr:b432b git-lfs: List tracked patterns.$ git lfs tracktry on your machineexplain this command
-
git-lfs:tldr:d5810 git-lfs: Push all Git LFS objects to the remote server (useful if errors are encountered).$ git lfs push --all ${remote_name} ${branch_name}try on your machineexplain this command