see the man pages instead

This commit is contained in:
risk danger olson 2014-06-10 12:52:48 -06:00
parent 7191ec6622
commit 485ab44c03

@ -1,23 +0,0 @@
# Git Media Commands
## Init
$ git media init
Sets up global Git configuration settings for Git Media.
## Sync
$ git media sync
This pushes queued files in `.git/media` to the Git Media server.
## Paths
$ git media paths add "*.zip"
$ git media paths remove "*.zip"
$ git media paths
This manages the media paths in the `.gitattributes` file.