Module Homesick::Actions::GitActions
In: lib/homesick/actions/git_actions.rb

Git-related helper methods for Homesick

Methods

Constants

MIN_VERSION = { major: 1, minor: 8, patch: 0   Information on the minimum git version required for Homesick
STRING = MIN_VERSION.values.join('.')

Public Instance methods

TODO: move this to be more like thor‘s template, empty_directory, etc

[Validate]