Module: Braid::Operations::VersionControl
Instance Method Summary collapse
Instance Method Details
#git ⇒ Object
362 363 364 |
# File 'lib/braid/operations.rb', line 362 def git Git.instance end |
#git_cache ⇒ Object
374 375 376 |
# File 'lib/braid/operations.rb', line 374 def git_cache GitCache.instance end |
#git_svn ⇒ Object
366 367 368 |
# File 'lib/braid/operations.rb', line 366 def git_svn GitSvn.instance end |
#svn ⇒ Object
370 371 372 |
# File 'lib/braid/operations.rb', line 370 def svn Svn.instance end |