Class: Diffity::RunDetails::GitRepo

Inherits:
Object
  • Object
show all
Defined in:
lib/diffity/run_details.rb

Instance Method Summary collapse

Instance Method Details

#authorObject



28
29
30
# File 'lib/diffity/run_details.rb', line 28

def author
  `git config user.name`.strip
end

#branchObject



24
25
26
# File 'lib/diffity/run_details.rb', line 24

def branch
  `git rev-parse --abbrev-ref HEAD`.strip
end