Method: Toolshed::Git::Branch#list

Defined in:
lib/toolshed/git/branch.rb

#listObject



130
131
132
133
134
# File 'lib/toolshed/git/branch.rb', line 130

def list
  remote_update
  list_local
  list_remote
end