federated repositories are not here yet, heres a little workaround.
Find a file
Ralph J.Mayer bb0e2975bc
first
2025-10-28 13:10:32 +01:00
.gitignore Initial commit 2025-10-28 12:29:10 +01:00
LICENSE Initial commit 2025-10-28 12:29:10 +01:00
README.md first 2025-10-28 13:10:32 +01:00
sync-repos.sh first 2025-10-28 13:10:32 +01:00

sync-repo

federated repositories are not here yet, heres a little workaround.

1755 git remote add forgejo ssh://forgejo@forgejo.mayer.rocks:20201/public/SchnitzelS-history.git 1756 git remote add github git@github.com:TabTwo/SchnitzelS-history.git 1757 git remote add codeberg ssh://git@codeberg.org/TabTwo/SchnitzelS-history.git 1758 git remote -v 1759 git fetch forgejo\ngit fetch github\ngit fetch codeberg 1760 git checkout master 1761 git pull forgejo 1762 git pull forgejo master 1763 git checkout master 1764 git merge forgejo/master 1765 git merge github/master 1766 git merge codeberg/master 1767 git push forgejo master 1768 git commit -a -m first 1769 git checkout master 1770 git checkout --track origin/master 1771 git checkout --track origin/forgejo 1772 git checkout --track origin 1773 git checkout --track origin -b master 1774 git checkout --track master 1775 git checkout --track -b master 1776 ls -la 1777 git pull forgejo master 1778 git push github master 1779 git push codeberg master 1780 git pull github 1781 git pull github master 1782 git push codeberg master 1783 git branch --set-upstream-to=forgejo/master master 1784 git push github 1785 git push github master 1786 git status 1787 git push 1788 git fetch --all 1789 git status 1790 git fetch --all 1791 git merge forgejo/master 1792 git merge github/master 1793 git merge codeberg/master 1794 git push forgejo master 1795 git push github master 1796 vim sync-repos.sh 1797 bash sync-repos.sh 1798 git add . 1799 git commit -a -m syncscript 1800 bash sync-repos.sh