Browse Source
Add suggestion for usage with GIT LFS
Suggestion based on my test, see #393
pull/428/head
scanzy
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
man/git-ftp.1.md
|
|
@ -35,7 +35,12 @@ different and handles only those files. That saves time and bandwidth. |
|
|
|
|
|
|
|
`push` |
|
|
|
: Uploads files that have changed and |
|
|
|
deletes files that have been deleted since the last upload. |
|
|
|
deletes files that have been deleted since the last upload. |
|
|
|
If you are using GIT LFS, this uploads LFS link files, |
|
|
|
not large files (stored on LFS server). |
|
|
|
To upload the LFS tracked files, run `git lfs pull` |
|
|
|
before `git ftp push`: LFS link files will be replaced with |
|
|
|
large files so they can be uploaded. |
|
|
|
|
|
|
|
`download` (EXPERIMENTAL) |
|
|
|
: Downloads changes from the remote host into your working tree. |
|
|
|