Class: Crusoe::Commands::Git::Pull
- Inherits:
-
RemoteGitCommand
- Object
- GitCommand
- RemoteGitCommand
- Crusoe::Commands::Git::Pull
- Defined in:
- lib/crusoe/commands/git/pull.rb
Constant Summary
Constants inherited from RemoteGitCommand
Constants inherited from GitCommand
Instance Attribute Summary
Attributes inherited from GitCommand
Instance Method Summary collapse
Methods inherited from GitCommand
Constructor Details
This class inherits a constructor from Crusoe::Commands::Git::GitCommand
Instance Method Details
#main ⇒ Object
8 9 10 |
# File 'lib/crusoe/commands/git/pull.rb', line 8 def main git_client.pull(remote_origin, MAIN_GIT_BRANCH) end |