class Git::Branch

Public Instance Methods

local?() click to toggle source
# File lib/qcloudhive/git_helper.rb, line 71
def local?
  full.start_with?("remotes") == false
end