Method: Git::Lib#stash_clear

Defined in:
lib/git/lib.rb

#stash_clear



731
732
733
# File 'lib/git/lib.rb', line 731

def stash_clear
  command('stash clear')
end