Skip to content

Conversation

@larsxschneider
Copy link
Member

The command git lfs install will install Git LFS in the Git user scope by default. However, our help files indicate that the setup is repository scoped.

Adjust the setup instructions to match what the command is doing.

The git lfs install command has flags to install Git LFS repository scoped (--local) and machine scoped (--system). However, I think we should not clutter the setup instructions with these details.


Fixes #5041

The command `git lfs install` will install Git LFS in the Git user
scope by default. However, our help files indicate that the setup is
repository scoped.

Adjust the setup instructions to match what the command is doing.

The `git lfs install` command has flags to install Git LFS repository
scoped (`--local`) and machine scoped (`--system`). However, I think we
should not clutter the setup instructions with these details.
@larsxschneider larsxschneider requested a review from a team as a code owner November 2, 2022 13:33
@larsxschneider larsxschneider merged commit 7cbab66 into main Nov 2, 2022
@larsxschneider larsxschneider deleted the ls/fix-help branch November 2, 2022 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

git-lfs help contradicts the documentation

3 participants