Module: Braid::Operations::VersionControl
Instance Method Summary collapse
Instance Method Details
#git ⇒ Object
368 369 370 |
# File 'lib/braid/operations.rb', line 368 def git Git.instance end |
#git_cache ⇒ Object
380 381 382 |
# File 'lib/braid/operations.rb', line 380 def git_cache GitCache.instance end |
#git_svn ⇒ Object
372 373 374 |
# File 'lib/braid/operations.rb', line 372 def git_svn GitSvn.instance end |
#svn ⇒ Object
376 377 378 |
# File 'lib/braid/operations.rb', line 376 def svn Svn.instance end |