主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Miguel Martinforero
活动总数
3
最后的活动
2024年08月29日 12:36
成员加入日期
2024年08月28日 13:11
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2024年08月29日 12:36
Sure, pre-push hook:#!/bin/sh # Ejecuta los tests de Maven echo "Running tests pre-push" mvn test -DargLine="-ea -Duser.timezone=UTC" # Verifica si los tests se ejecutaron correctamente if [ $? -ne...
社区
IntelliJ IDEA Users
Git pre-push hook executed twice
0 票
创建于
2024年08月28日 13:11
The same is happening to me, if a use the UI the pre-push hook is executed twice. The second time, a modal window appears asking for credentials.[develop xxx] Commit Message 9 files changed, 38 ins...
社区
IntelliJ IDEA Users
Git pre-push hook executed twice
0 票