Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Miguel Martinforero
Total activity
3
Last activity
August 29, 2024 12:36
Member since
August 28, 2024 13:11
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
Miguel Martinforero
commented,
August 29, 2024 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...
Community
IntelliJ IDEA Users
Git pre-push hook executed twice
0 votes
Miguel Martinforero
commented,
August 28, 2024 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...
Community
IntelliJ IDEA Users
Git pre-push hook executed twice
0 votes