class Thegarage::Gitx::Cli::TrackCommand

Public Instance Methods

track() click to toggle source
# File lib/thegarage/gitx/cli/track_command.rb, line 10
def track
  run_cmd "git branch --set-upstream-to origin/#{current_branch.name}"
end