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