The Git Tools baked into Starfall’s File Manager let you clone or pull sync any Git repository straight to your server. The feature works on every server - no extra setup required.
Open it
-
In the Starfall panel select your server.
-
Go to Management - File Manager in the sidebar.
-
Click the three-dot ⋮ menu in the upper-right corner.
-
Choose Git Tools, then pick Clone or Pull.
Cloning private repos
-
Generate a personal access token (PAT) on your Git host (GitHub guide: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).
-
Use this format in the URL field:
Replace
<token>
,<username>
, and<repository>
with your details.
After the first clone, the .git
folder stores your credentials, so future Pull clicks work without re-authenticating.