git clone --bare https://github.com/H0rn0chse/team-bookmarks.git
If you already have a bare clone you can update the clone
git fetch origin main:main
git push --mirror <https://your-git.com/yourUser/yourFork.git>
git clone --bare https://github.com/H0rn0chse/team-bookmarks.git
If you already have a bare clone you can update the clone
git fetch origin main:main
git push --mirror <https://your-git.com/yourUser/yourFork.git>