Make rmbranch less verbose
This commit is contained in:
parent
4b7cc24843
commit
8e04a5db62
1 changed files with 1 additions and 1 deletions
2
bin/g
2
bin/g
|
|
@ -194,7 +194,7 @@ then
|
||||||
exit;
|
exit;
|
||||||
fi
|
fi
|
||||||
# else
|
# else
|
||||||
git branch -d "$2"
|
git branch -d "$2" >/dev/null
|
||||||
if [[ "$?" -ne 0 ]]; then
|
if [[ "$?" -ne 0 ]]; then
|
||||||
if confirm 'This branch hasn'"'"'t been merged. Are sure you want to delete this branch?'; then
|
if confirm 'This branch hasn'"'"'t been merged. Are sure you want to delete this branch?'; then
|
||||||
echo ''
|
echo ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue