From e21710fba6c899a115cc940f133967a359347793 Mon Sep 17 00:00:00 2001 From: scanzy Date: Mon, 19 Feb 2018 19:31:30 +0100 Subject: [PATCH] Add suggestion for usage with GIT LFS Suggestion based on my test, see #393 --- man/git-ftp.1.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man/git-ftp.1.md b/man/git-ftp.1.md index 45a7e69..48c9747 100644 --- a/man/git-ftp.1.md +++ b/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.