git-lfs/docs/man/git-lfs-fetch.1.ronn

35 lines
695 B
Plaintext
Raw Normal View History

2015-05-29 15:28:10 +00:00
git-lfs-fetch(1) -- Download all Git LFS files for a given ref
==============================================================
## SYNOPSIS
2015-07-29 15:34:15 +00:00
`git lfs fetch` [<ref>...]
2015-05-29 15:28:10 +00:00
## DESCRIPTION
2015-07-29 15:34:15 +00:00
Download any Git LFS objects for the given refs. If no refs are given,
2015-05-29 15:28:10 +00:00
the currently checked out ref will be used.
This does not update the working copy.
2015-05-29 15:28:10 +00:00
## EXAMPLES
* Fetch the LFS objects for the current ref
`git lfs fetch`
* Fetch the LFS objects for a branch
`git lfs fetch mybranch`
2015-07-29 15:34:15 +00:00
* Fetch the LFS objects for 2 branches and a commit
2015-05-29 15:28:10 +00:00
2015-07-29 15:34:15 +00:00
`git lfs fetch master mybranch e445b45c1c9c6282614f201b62778e4c0688b5c8`
2015-05-29 15:28:10 +00:00
## SEE ALSO
git-lfs-checkout(1), git-lfs-pull(1).
2015-05-29 15:28:10 +00:00
Part of the git-lfs(1) suite.