# File lib/r10k/git/alternates.rb, line 13
  def initialize(git_dir)
    @file = git_dir + File.join('objects', 'info', 'alternates')
  end