Make rmbranch less verbose

This commit is contained in:
Will Hilton 2017-03-14 21:48:48 -04:00
parent 4b7cc24843
commit 8e04a5db62
No known key found for this signature in database
GPG key ID: 9609B8A5928BA6B9

2
bin/g
View file

@ -194,7 +194,7 @@ then
exit;
fi
# else
git branch -d "$2"
git branch -d "$2" >/dev/null
if [[ "$?" -ne 0 ]]; then
if confirm 'This branch hasn'"'"'t been merged. Are sure you want to delete this branch?'; then
echo ''