File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -82,20 +82,23 @@ that is. If you want to upload & delete the local cache of media files, run:
8282
8383$ git media clear
8484
85+ If you want to replace file in git-media with changed version (for example, video file has been edited),
86+ you need to explicitly tell git that some media files has changed:
87+
88+ $ git update-index --really-refresh
89+
90+
8591## Config Settings
8692
8793$ git config --global media.auto-download false
8894
8995
9096## Installing
9197
92- $ sudo gem install trollop
93- $ sudo gem install s3
94- $ sudo gem install ruby-atmos-pure
95- $ sudo gem install right_aws
96- $ sudo gem install net_dav
98+ $ sudo gem install bundler
99+ $ bundle install
97100 $ gem build git-media.gemspec
98- $ sudo gem install git-media-0.1.3 .gem
101+ $ sudo gem install git-media-* .gem
99102
100103## Notes for Windows
101104
You can’t perform that action at this time.
0 commit comments