Class: GitThin::Checkout
- Includes:
- Action
- Defined in:
- lib/git-thin/command/checkout.rb
Constant Summary
Constants included from GitThinUtils
GitThinUtils::LOGA, GitThinUtils::LOGC, GitThinUtils::LOGN, GitThinUtils::LOGNone, GitThinUtils::LOGPRUNE
Instance Method Summary collapse
-
#initialize(argv) ⇒ Checkout
constructor
A new instance of Checkout.
Methods included from Action
arguments, description, options, #run, #run_config, #setup, #source_root, summary, #validate!
Methods included from GitThinUtils
#logC, #logE, #logInner, #logN, #logP, #logW, #print_console, #run_shell, #set_progress
Methods inherited from Thin
Constructor Details
#initialize(argv) ⇒ Checkout
Returns a new instance of Checkout.
12 13 14 15 |
# File 'lib/git-thin/command/checkout.rb', line 12 def initialize(argv) super setup(argv,'checkout') end |