Class: Capistrano::GitCopy

Inherits:
SCM
  • Object
show all
Defined in:
lib/capistrano/gitcopy.rb

Defined Under Namespace

Modules: DefaultStrategy

Instance Method Summary collapse

Instance Method Details

#git(*args) ⇒ Object

execute git with argument in the context



11
12
13
14
# File 'lib/capistrano/gitcopy.rb', line 11

def git(*args)
  args.unshift :git
  context.execute(*args)
end