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