3.10. lfc-set-mode: Set the mode of one or more LFC files

This file can change the mode of one or more large files that have already been added (and therefore a .lfc file exists). You can set the mode to either 1 or 2:

  • Mode-1 files are auto-pushed and -pulled with git pushes and pulls

  • Mode-2 files are explicitly on-demand

Usage:
$ lfc set-mode [PAT1 [PAT2 ...]] [OPTIONS]
Inputs:
  • PAT1: First pattern for files to list

  • PAT2: Second pattern for files to list

Options:
-h, --help

Display this help message and exit

--mode MODE

Set all matching files to mode MODE: {1} | 2

-1

Shortcut for --mode 1 or mode=1

-2

Shortcut for --mode 2 or mode=2