Class: Command::Git
- Inherits:
-
Object
- Object
- Command::Git
- Defined in:
- lib/utilities/commands.rb
Overview
B.1. GIT COMMANDS ———————————————————————————————–
Instance Method Summary collapse
Instance Method Details
#clone(repository, path) ⇒ Object
B.1.1. GIT CLONE
26 27 28 29 30 |
# File 'lib/utilities/commands.rb', line 26 def clone(repository, path) MiniGit.git :clone, repository, path end |