Class: Crusoe::Commands::Git::Add

Inherits:
GitCommand show all
Defined in:
lib/crusoe/commands/git/add.rb

Constant Summary

Constants inherited from GitCommand

GitCommand::MAIN_GIT_BRANCH

Instance Attribute Summary

Attributes inherited from GitCommand

#directory

Instance Method Summary collapse

Methods inherited from GitCommand

#initialize

Constructor Details

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

Instance Method Details

#allObject



6
7
8
# File 'lib/crusoe/commands/git/add.rb', line 6

def all
  git_client.add(all: true)
end