# File lib/git/remote.rb, line 27 def branch(branch = 'master') Git::Branch.new(@base, "#{@name}/#{branch}") end
merge this remote locally
# File lib/git/remote.rb, line 23 def merge(branch = 'master') @base.merge("#{@name}/#{branch}") end
Generated with the Darkfish Rdoc Generator 2.