Module: Braid::Operations::VersionControl
Instance Method Summary collapse
Instance Method Details
#git ⇒ Object
377 378 379 |
# File 'lib/braid/operations.rb', line 377 def git Git.instance end |
#git_cache ⇒ Object
389 390 391 |
# File 'lib/braid/operations.rb', line 389 def git_cache GitCache.instance end |
#git_svn ⇒ Object
381 382 383 |
# File 'lib/braid/operations.rb', line 381 def git_svn GitSvn.instance end |
#svn ⇒ Object
385 386 387 |
# File 'lib/braid/operations.rb', line 385 def svn Svn.instance end |