class Git::Lib

def stash_clear

def stash_clear
  command('stash clear')
end