annotate bin/revert @ 8062:a00724d0cc96

<xfix> ps aux > ps
author HackBot
date Sun, 15 May 2016 10:18:47 +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