Module: Patches::Git::Base

Defined in:
lib/ext/git_ext.rb

Instance Method Summary collapse

Instance Method Details

#track(remote, branch) ⇒ Object



16
17
18
# File 'lib/ext/git_ext.rb', line 16

def track(remote, branch)
  self.lib.track(remote, branch)
end