Method: GitWrapper.current_branch_name

Defined in:
lib/git_wrapper.rb

.current_branch_nameObject



26
27
28
# File 'lib/git_wrapper.rb', line 26

def current_branch_name
  git.head.name
end