Module: Braid::Operations::VersionControl
Instance Method Summary collapse
Instance Method Details
#git ⇒ Object
454 455 456 |
# File 'lib/braid/operations.rb', line 454 def git Git.instance end |
#git_cache ⇒ Object
466 467 468 |
# File 'lib/braid/operations.rb', line 466 def git_cache GitCache.instance end |
#git_svn ⇒ Object
458 459 460 |
# File 'lib/braid/operations.rb', line 458 def git_svn GitSvn.instance end |
#gitclone ⇒ Object
450 451 452 |
# File 'lib/braid/operations.rb', line 450 def gitclone GitClone.instance end |
#svn ⇒ Object
462 463 464 |
# File 'lib/braid/operations.rb', line 462 def svn Svn.instance end |