Method: GitWrapper::Commands::Pull#branch

Defined in:
lib/git_wrapper/commands/pull.rb

#branch(branch) ⇒ Object



10
11
12
13
# File 'lib/git_wrapper/commands/pull.rb', line 10

def branch(branch)
  @branch = branch
  self
end