diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-17 20:19:57 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-17 20:19:57 -0400 |
commit | f6fb0e626c492d854f21f3f91cefd288bd21d346 (patch) | |
tree | eb0a3fcb6932b1d07a1598c2d9d9d607864cfc0c /tools/reset.sh | |
parent | 50b1e92bb07c296befdaa3d0d9158882bd3e1146 (diff) |
better git ref names
Diffstat (limited to 'tools/reset.sh')
-rwxr-xr-x | tools/reset.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/reset.sh b/tools/reset.sh index 66b629c217..d7141587fa 100755 --- a/tools/reset.sh +++ b/tools/reset.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -git checkout lukeshu/premove -git branch -D postmove || true +git checkout notsystemd/premove +git branch -D tmp/postmove || true git checkout . git clean -xdf |