23 24 25
# File 'lib/git/remote.rb', line 23 def branch(branch = 'master') Git::Branch.new(@base, "#{@name}/#{branch}") end