From 6d253148597f637825f2363dd1705136283f25f1 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Mon, 5 Sep 2016 12:23:48 -0600 Subject: [PATCH] docs/man: reference git-lfs-pointer(1) in clean documentation --- docs/man/git-lfs-clean.1.ronn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/man/git-lfs-clean.1.ronn b/docs/man/git-lfs-clean.1.ronn index a9ce7aaf..0789088f 100644 --- a/docs/man/git-lfs-clean.1.ronn +++ b/docs/man/git-lfs-clean.1.ronn @@ -13,8 +13,12 @@ LFS pointer file for that file to standard output. Clean is typically run by Git's clean filter, configured by the repository's Git attributes. +Clean is not part of the user-facing Git plumbing commands. To preview the +pointer of a large file as it would be generated, see the git-lfs-pointer(1) +command. + ## SEE ALSO -git-lfs-install(1), git-lfs-push(1), gitattributes(5). +git-lfs-install(1), git-lfs-push(1), git-lfs-pointer(1), gitattributes(5). Part of the git-lfs(1) suite.