Exception: VersionManager::Make::BranchIsNotUpToDateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/version-manager/make.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/version-manager/make.rb', line 4

def message
  'Remote branch and local one are different. You need to update your branch or push your changes'
end