Bypass Github to synchronize git
2025-08-28
step 1
rsync -avz --delete --exclude='man' --exclude='info' .git/ mac:/Users/zhurongxiao/downloads/te/test-project/.git/
step 2
git reset --hard main
rsync -avz --delete --exclude='man' --exclude='info' .git/ mac:/Users/zhurongxiao/downloads/te/test-project/.git/
git reset --hard main