module Patches::Git::Base

Public Instance Methods

track(remote, branch) click to toggle source
# File lib/ext/git_ext.rb, line 16
def track(remote, branch)
  self.lib.track(remote, branch)
end