7702011 1db2a11 7702011
1
2
3
4
5
6
7
import csv f = csv.reader(open("metadata.csv")) for row in f: print("git checkout HEAD^ " + row[0])