getting “fatal: not a git repository: '.'” when using post-update hook to execute 'git pull' on another repo

Here is the script that ultimately worked. I think the bit I was originally missing that prevented it from working remotely was the unset GIT_DIR

#!/bin/sh
cd /path/to/working-copy/ || exit
unset GIT_DIR
git pull repo branch

exec git-update-server-info

上一篇:Android中使用Handler以及CountDownTimer实现包括倒计时的闪屏页面


下一篇:ArcSDE给Oracle添加SDE函数包