annotate bin/revert @ 7558:cbd0b9f4e0d4

<fizzie> ` mv script{,add} bin/ # I guess they could be there just as well -- but how did you write those things in the first place?
author HackBot
date Wed, 27 Apr 2016 23:14:39 +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