Skip to content

Instantly share code, notes, and snippets.

@grero
Created June 20, 2012 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grero/2958429 to your computer and use it in GitHub Desktop.
Save grero/2958429 to your computer and use it in GitHub Desktop.
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