Method: Git::Lib#stash_save
- Defined in:
- lib/git/lib.rb
#stash_save(message) ⇒ Object
609 610 611 612 |
# File 'lib/git/lib.rb', line 609 def stash_save() output = command('stash save', ['--', ]) output =~ /HEAD is now at/ end |
609 610 611 612 |
# File 'lib/git/lib.rb', line 609 def stash_save() output = command('stash save', ['--', ]) output =~ /HEAD is now at/ end |