Back to Ohmyzsh

git lfs plugin

plugins/git-lfs/README.md

latest768 B
Original Source

git lfs plugin

The git lfs plugin provides aliases and functions for git-lfs.

To use it, add git-lfs to the plugins array in your zshrc file:

zsh
plugins=(... git-lfs)

Aliases

AliasCommand
glfsigit lfs install
glfstgit lfs track
glfslsgit lfs ls-files
glfsmigit lfs migrate import --include=

Functions

FunctionCommand
gplfsgit lfs push origin "$(current_branch)" --all