Module: Braid::Operations::VersionControl
Instance Method Summary collapse
Instance Method Details
#git ⇒ Object
320 321 322 |
# File 'lib/braid/operations.rb', line 320 def git Git.instance end |
#git_cache ⇒ Object
332 333 334 |
# File 'lib/braid/operations.rb', line 332 def git_cache GitCache.instance end |
#git_svn ⇒ Object
324 325 326 |
# File 'lib/braid/operations.rb', line 324 def git_svn GitSvn.instance end |
#svn ⇒ Object
328 329 330 |
# File 'lib/braid/operations.rb', line 328 def svn Svn.instance end |