- Timestamp:
- Feb 12, 2025, 7:16:10 PM (16 hours ago)
- Location:
- trunk/UTIL
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/hooks/pre-push
r3575 r3624 98 98 printf "${RED}Please check the status of all branches${NC}\n" 99 99 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" 102 102 git checkout ${local_branch} 103 103 exit 1
Note: See TracChangeset
for help on using the changeset viewer.