Changeset 3624 for trunk


Ignore:
Timestamp:
Feb 12, 2025, 7:16:10 PM (16 hours ago)
Author:
afalco
Message:

Remove duplicated file.
Updated hook message to be more clear.
AF

Location:
trunk/UTIL
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/hooks/pre-push

    r3575 r3624  
    9898    printf "${RED}Please check the status of all branches${NC}\n"
    9999    printf "${RED}with git log for example.${NC}\n"
    100     printf "${RED}And synchronize svn and git.${NC}\n"
    101     printf "${RED}You will need to push again after.${NC}\n"
     100    printf "${RED}Check if svn and git are synchronized.${NC}\n"
     101    printf "${RED}You will later need to push again on the git remote branch.${NC}\n"
    102102    git checkout ${local_branch}
    103103    exit 1
Note: See TracChangeset for help on using the changeset viewer.