Created
June 20, 2012 06:29
-
-
Save grero/2958429 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using git-annex to keep track of my movie files. i'm just getting to know the basic workflow, but basically, the actual files are located under .git/annex/objects, while the filenames symlink to these. If files go bad, they end up in .git/annex/bad. To synchronize between remotes (without copying the actual files; this just lets annex know which files are, or should be, available), just use the normal git fetch/merge/commit workflow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment