1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-10-04 10:21:49 +02:00

Added an article for managing large files

Git Large File Storage (Git LFS) is the a new official GitHub addon for managing huge files.
This commit is contained in:
Guillaume Chevalier
2017-06-29 15:15:10 -04:00
committed by GitHub
parent 7a1cdd7b6c
commit 653b237a05

View File

@@ -1051,3 +1051,4 @@ $ git config --global color.ui 1
| Title | Link |
| ----- | ---- |
| GitHub Flow | http://scottchacon.com/2011/08/31/github-flow.html |
| Migrating to Git Large File Storate (Git LFS) | http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/ |