Skip to content

jason-boenjamin/lfs-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

lfs-install

Commands needed to upload large files

  1. Open Git Bash and cd to where you want to clone your repository
  2. Run the command git clone "repository url here"
  3. cd into the repository and located where you want to upload the file.
  4. Run git lfs install
  5. Once you are in that directory from the terminal, run the command git lfs track "*.mp4" (Replace *.mp4 with any other files you need)
  6. Then run git add .gitattributes
  7. Then run git add teamintro.mp4 (Replace teamintro.mp4 with any other file you need)
  8. Then run git commit -m "Add comments here"
  9. The run git push origin main
  10. Check your GitHub Repo to see if you pushed the file.

Hope this works for you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published