Module: StashCLI::GitUtils
- Defined in:
- lib/stash_cli/git_utils.rb
Class Method Summary collapse
Class Method Details
.current_branch ⇒ Object
3 4 5 |
# File 'lib/stash_cli/git_utils.rb', line 3 def self.current_branch `git rev-parse --abbrev-ref HEAD`.strip end |