Exception: MultiGit::Error::ConcurrentRefUpdate

Inherits:
Exception
  • Object
show all
Includes:
MultiGit::Error
Defined in:
lib/multi_git/error.rb

Instance Method Summary collapse

Constructor Details

#initializeConcurrentRefUpdate

Returns a new instance of ConcurrentRefUpdate.



68
69
70
71
72
# File 'lib/multi_git/error.rb', line 68

def initialize
  super 'Another process has updated the ref you are currently updating.
This is unlikely a problem, no data got lost. You may simply retry the update.
If this happens frequently, you may have want to run "git gc" to remove clobber.'
end