Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created November 11, 2010 03:43
Show Gist options
  • Save wizardishungry/671961 to your computer and use it in GitHub Desktop.
Save wizardishungry/671961 to your computer and use it in GitHub Desktop.
useful recipes for git-annex :)
find * -iname \*.mp4 -o -iname \*.mov -o -iname \*.m4v -o -iname \*.mpg -exec git annex add {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment