Module: Patches::Git::Base
- Defined in:
- lib/git_ext.rb
Instance Method Summary collapse
Instance Method Details
#track(remote, branch) ⇒ Object
16 17 18 |
# File 'lib/git_ext.rb', line 16 def track(remote, branch) self.lib.track(remote, branch) end |