mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-04 01:10:56 -05:00
5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/bash
|
|
git fetch --all
|
|
git push origin --all
|
|
git push mirror --mirror
|