Method: Git::Base#clean
- Defined in:
- lib/git/base.rb
permalink #clean(opts = {})
cleans the working directory
options: :force :d :ff
371 372 373 |
# File 'lib/git/base.rb', line 371 def clean(opts = {}) self.lib.clean(opts) end |