# File lib/nanoc/extra/vcses/git.rb, line 19
    def move(src, dst)
      system('git', 'mv', src, dst)
    end