Git is already available on your site. There is no setting to switch on. Your primary site user can push over Git as soon as the site is created — just open the Git tab to get your repository URL and credentials.
https://<site-id>.scm.el-alt.com/<site-id>.git
<site-id>\<your customer ID>
Each site on a Multi-Site plan has its own site ID, so each site has its own repository URL and username. The exact values for your site are shown on the Git page.
After installing Git, run these commands to initialise your local repository:
cd /c/path/to/application git init git add . git commit -m "initial commit"
Add the Everleap repository as a remote and push. Replace the URL with the Repository URL shown on your Git page.
git remote add mywebsite https://1234-99.scm.el-alt.com/1234-99.git git push mywebsite master
You will be prompted for the username and password shown on the Git page.
Click Manage Additional Users on the Git page to grant Git deployment rights to additional users. Permissions are set per site and per protocol — see the related article below for the full procedure.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@everleap.com to your trusted senders list in your email software.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authentication app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.