Class: Git::Branch

Inherits:
Object
  • Object
show all
Defined in:
lib/qcloudhive/git_helper.rb

Instance Method Summary collapse

Instance Method Details

#local?Boolean



71
72
73
# File 'lib/qcloudhive/git_helper.rb', line 71

def local?
  full.start_with?("remotes") == false
end