How to implement GitLFS on a Repo | Scribe

    How to implement GitLFS on a Repo

      1
      Run "git lfs install' if you dont have in from in the repo dir.
      2
      Overview
      3
      Run git lfs clone <https://github.com/username/repo.git>
      4
      Run 'git lfs pull', disregard mouse highlight in this image.
      5
      Review instructions.
      6
      Run `git lfs push --all origin main`
      7
      Run `git push -u origin main`