Module: Crusoe::Commands::Git
- Defined in:
- lib/crusoe/commands/git.rb,
lib/crusoe/commands/git/add.rb,
lib/crusoe/commands/git/pull.rb,
lib/crusoe/commands/git/push.rb,
lib/crusoe/commands/git/commit.rb,
lib/crusoe/commands/git/status.rb,
lib/crusoe/commands/git/checkout.rb,
lib/crusoe/commands/git/git_command.rb,
lib/crusoe/commands/git/remote_git_command.rb
Defined Under Namespace
Classes: Add, Checkout, Commit, GitCommand, Pull, Push, RemoteGitCommand, Status
Instance Method Summary collapse
-
#git_command ⇒ Object
Stages the current changes in git, commits, and pushes.
-
#remote_git_command ⇒ Object
Stages the current changes in git, commits, and pushes.
Instance Method Details
#git_command ⇒ Object
Stages the current changes in git, commits, and pushes
6 |
# File 'lib/crusoe/commands/git/commit.rb', line 6 require_relative "git_command" |
#remote_git_command ⇒ Object
Stages the current changes in git, commits, and pushes
6 |
# File 'lib/crusoe/commands/git/pull.rb', line 6 require_relative "remote_git_command" |