Module: Vigil::Git
- Defined in:
- lib/vigil/git.rb
Class Method Summary collapse
Class Method Details
.checkout(branch) ⇒ Object
8 9 10 |
# File 'lib/vigil/git.rb', line 8 def self.checkout(branch) Vigil.os._system "git checkout #{branch}" end |