Class: Crusoe::Commands::Git::RemoteGitCommand

Inherits:
GitCommand
  • Object
show all
Defined in:
lib/crusoe/commands/git/remote_git_command.rb

Direct Known Subclasses

Pull, Push

Constant Summary collapse

REMOTE_NAME =
"origin".freeze

Constants inherited from GitCommand

GitCommand::MAIN_GIT_BRANCH

Instance Attribute Summary

Attributes inherited from GitCommand

#directory

Method Summary

Methods inherited from GitCommand

#initialize

Constructor Details

This class inherits a constructor from Crusoe::Commands::Git::GitCommand