Method: Commands#git

Defined in:
lib/commands.rb

#git(command) ⇒ Object



6
7
8
# File 'lib/commands.rb', line 6

def git(command)
  `git #{command}`.chomp 
end