class Diffity::RunDetails::GitRepo
Public Instance Methods
branch()
click to toggle source
# File lib/diffity/run_details.rb, line 24 def branch `git rev-parse --abbrev-ref HEAD`.strip end
# File lib/diffity/run_details.rb, line 24 def branch `git rev-parse --abbrev-ref HEAD`.strip end