Fix up git helper scripts
This commit is contained in:
parent
1f2acc33bc
commit
eede8679e7
2 changed files with 22 additions and 12 deletions
|
|
@ -38,6 +38,8 @@ if [[ $BRANCH != $TARG ]]; then
|
|||
else
|
||||
echo "No such branch!"
|
||||
fi
|
||||
else
|
||||
git reset --hard upstream/$TARG
|
||||
fi
|
||||
|
||||
echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue