Method: GitWrapper::Commands::Branch#from

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

#from(commit) ⇒ Object



11
12
13
14
# File 'lib/git_wrapper/commands/branch.rb', line 11

def from(commit)
  @commit = commit
  self
end