Skip to content

Commit 21d7325

Browse files
committed
DOC: point to git-annex in addition to Git-LFS
1 parent f788f7e commit 21d7325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Is your Git repository bursting at the seams?
1010

1111
* Avoid storing generated files (e.g., compiler output, JAR files) in Git. It would be better to regenerate them when necessary, or store them in a package registry or even a fileserver.
1212

13-
* Avoid storing large media assets in Git. You might want to look into [Git-LFS](https://git-lfs.github.com/), which allows you to version your media assets in Git while actually storing them outside of your repository.
13+
* Avoid storing large media assets in Git. You might want to look into [Git-LFS](https://git-lfs.github.com/) or [git-annex](http://git-annex.branchable.com/), which allow you to version your media assets in Git while actually storing them outside of your repository.
1414

1515
* Avoid storing file archives (e.g., ZIP files, tarballs) in Git, especially if compressed. Different versions of such files don't delta well against each other, so Git can't store them efficiently. It would be better to store the individual files in your repository, or store the archive elsewhere.
1616

0 commit comments

Comments
 (0)