3 – Git Manager
You can use Git manager and attach Git repositories to your web application folders.
Go to the server Dashboard and click on List Websites on the sidebar.
![This image has an empty alt attribute; its file name is image-165-1024x461.png](https://cloudpages.cloud/wp-content/uploads/2021/07/image-165-1024x461.png)
Select Website
Select the website that for which you want to access the Git Manager
![This image has an empty alt attribute; its file name is image-166-1024x457.png](https://cloudpages.cloud/wp-content/uploads/2021/07/image-166-1024x457.png)
Click on Git Manager on the sidebar of your website dashboard.
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-207-1024x450.png)
Git Manager
Click on Attach Repos for attaching a new repository.
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-208-1024x452.png)
NOTE: To use this function, you must place your Deployment Key into your git repository. You can get your deployment key from the settings page.
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-225-1024x436.png)
Add Key at your account level on Github
Git Manager uses public keys for authentication purposes and the key is shown to you when you are about to attach to a repo.
If you use GitHub, go to account settings and then SSH and GPG keys
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-272-1024x684.png)
Click on “New SSH Key”
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-273-1024x519.png)
Enter any title, In the key section, paste the key in the key section click “Add SSH key”. This key can be obtained from settings page.
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-274-1024x435.png)
Add the required data.
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-275-1024x477.png)
Git Host: Add the git host, for example, if you are using Github for your repos use github.com and if you are using Gitlab enter gitlab.com
Username: Provide your git username.
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-211.png)
Repo Name: Your repo name from Github/Gitlab.
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-210-1024x647.png)
Path: Add the path from your server.
Like /yourwebsite/home/public_html
![](https://cloudpages.cloud/wp-content/uploads/2021/07/image-209-1024x487.png)
Enter the data and press on Attach Repo button