Module: Braid::Operations::VersionControl
Instance Method Summary collapse
Instance Method Details
#git ⇒ Object
303 304 305 |
# File 'lib/braid/operations.rb', line 303 def git Git.instance end |
#git_cache ⇒ Object
315 316 317 |
# File 'lib/braid/operations.rb', line 315 def git_cache GitCache.instance end |
#git_svn ⇒ Object
307 308 309 |
# File 'lib/braid/operations.rb', line 307 def git_svn GitSvn.instance end |
#svn ⇒ Object
311 312 313 |
# File 'lib/braid/operations.rb', line 311 def svn Svn.instance end |