mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
update bb script
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
582168ac30
commit
88f5c8b417
1 changed files with 2 additions and 1 deletions
|
|
@ -112,8 +112,9 @@ function bb_merge_bottom_branch_to_here()
|
|||
eval $cmd
|
||||
git mergetool --no-prompt
|
||||
if [[ $? == 0 ]]; then
|
||||
git gui
|
||||
git gui citool
|
||||
fi
|
||||
echo "Use 'bb_push_with_care' to push your merge to Gerrit"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue