filters/push
2025-04-25 16:21:11 -04:00

10 lines
135 B
Bash
Executable file

#!/bin/bash
clear
git push -u neezer main
clear
git push -u gitea main
clear
git push -u origin main
clear
git push -u fsky main
clear