Development SCM Git [Git] Installing Git LFS

Overview

This post covers how to install and set up Git LFS on macOS.

Steps

1. Installation

brew install git-lfs

2. Enable LFS for a Specific Repository

git lfs install

References

Leave a comment