websitedesign2023/sync.sh

5 lines
79 B
Bash
Executable File

#!/bin/sh
git pull cgit main
git pull origin main
git push cgit
git push origin