Method: Git::Base#clean
- Defined in:
- lib/git/base.rb
#clean(opts = {}) ⇒ Object
cleans the working directory
options:
:force
:d
251 252 253 |
# File 'lib/git/base.rb', line 251 def clean(opts = {}) self.lib.clean(opts) end |
cleans the working directory
options:
:force
:d
251 252 253 |
# File 'lib/git/base.rb', line 251 def clean(opts = {}) self.lib.clean(opts) end |