提交 8caadfc5 编写于 作者: D Diego Biurrun

fate: Be silent when switching to Git branch

上级 8d918a98
......@@ -37,7 +37,7 @@ checkout(){
update()(
cd ${src} || return
case "$repo" in
git:*) git fetch --force; git reset --hard "origin/$branch" ;;
git:*) git fetch --force; git reset --quiet --hard "origin/$branch" ;;
esac
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册