# File icon-artist/gitrepo.rb, line 85
    def update
      update_branches
      in_branch do
        @branches[:local].each do |b|
          checkout(b)
          system("cd #{@working_dir} && git pull #{@git.remote.name}")
        end
      end
    end