We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b93b9 commit dc5e765Copy full SHA for dc5e765
README.rst
@@ -1,4 +1,8 @@
1
-A lightweight Git Large File Storage fetcher written in python
+A lightweight Git Large File Storage fetcher written in python.
2
+
3
+This module cannot fully replace the official git-lfs client, it only knows how
4
+to download the files, cache them (the same way the official client does), and
5
+place them in a checkout directory. Uploading files is not implemented at all.
6
7
Installation
8
============
@@ -10,7 +14,9 @@ python-git-lfs is compatible with python 2 and 3.
10
14
Usage
11
15
=====
12
16
13
-::
17
+Basic: simply run ``python -m git_lfs`` in a normal Git repository.
18
19
+Advanced::
20
21
python -m git_lfs [-h] [-v] [git_repo] [checkout_dir]
22
0 commit comments