annotate bin/revert @ 7393:f5989ee837a9

<hppavilion[2]> le/rn hppavilion/hppavilion is the generator including, but not limited to, hppavilion[1], hppavilion[2], and hppavilion[42]. hppavilion is of length 37-42i-28j+4k-28ij+38ik+62jk+20ijk
author HackBot
date Sat, 16 Apr 2016 20:42:55 +0000
parents cb4362e289d4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7150
d82534943967 <b_jonas> `` echo $\'#!/bin/sh\\nexec git reset --hard HEAD^\\n\' > bin/revert
HackBot
parents:
diff changeset
1 #!/bin/sh
7153
cb4362e289d4 <b_jonas> `` echo $\'#!/bin/sh\\nexec git checkout HEAD^ .\\n\' > bin/revert
HackBot
parents: 7152
diff changeset
2 exec git checkout HEAD^ .
7150
d82534943967 <b_jonas> `` echo $\'#!/bin/sh\\nexec git reset --hard HEAD^\\n\' > bin/revert
HackBot
parents:
diff changeset
3