Kill the s 🔥

This commit is contained in:
Mike Skalnik 2014-06-26 21:49:05 -07:00
parent e9edcf5313
commit fa7c1197dd

@ -38,21 +38,21 @@ the Git Media server. Here's a sample one that saves zips and mp3s:
Git media can help you manage your `.gitattributes` paths:
$ git media paths add "*.mp3"
$ git media path add "*.mp3"
Adding path *.mp3
$ git media paths add "*.zip"
$ git media path add "*.zip"
Adding path *.zip
$ git media paths
$ git media path
Listing paths
*.mp3 (.gitattributes)
*.zip (.gitattributes)
$ git media paths remove "*.zip"
$ git media path remove "*.zip"
Removing path *.zip
$ git media paths
$ git media path
Listing paths
*.mp3 (.gitattributes)