websitedesign2023/sync.sh

5 lines
79 B
Bash
Raw Permalink Normal View History

2023-01-02 13:14:59 -06:00
#!/bin/sh
git pull cgit main
git pull origin main
git push cgit
git push origin