lbry-desktop/build/reset.sh
2017-03-09 13:33:06 -05:00

17 lines
236 B
Bash
Executable file

#! /bin/bash
set -eu -o xtrace
pushd lbry
git tag -d $(git describe)
git reset --hard origin/master
popd
pushd lbryum
git tag -d $(git describe)
git reset --hard origin/master
popd
git tag -d $(git describe)
git reset --hard HEAD~1