Method: Braid::Operations::Git#rm_r_cached

Defined in:
lib/braid/operations.rb

#rm_r_cached(path) ⇒ Object

Remove from index only.



322
323
324
325
# File 'lib/braid/operations.rb', line 322

def rm_r_cached(path)
  invoke(:rm, '-r', '--cached', path)
  true
end