Questions tagged [git]
A popular version control system.
37 questions
1
vote
1
answer
27
views
Git repo for client's code [closed]
How should I manage source code repositories when doing web development for small clients?
I'm a freelancer doing web development for small clients and I’m wondering what the best practice is for ...
0
votes
0
answers
45
views
How to achieve a git pull from a CGNAT?
I imagine my scenario to be reasonably common, so I am wondering if there is a method to achieve it.
I perform development on my local machine, which is either connected to the internet over my home ...
6
votes
2
answers
495
views
Suggestions for tracking a MediaWiki wiki with Git version control?
In my research I found that there seems to be no "single source of truth" for where to post MediaWiki questions. MediaWiki questions have been posted on these many Stack Exchange network ...
1
vote
1
answer
621
views
Plesk: Cannot linke new GitLab repsitories in PLESK
I have created a webspace in PLESK. I have many websites connected with GitLab. For this, I added the SSH public key to my GitLab account.
If I create a new domain and add an old existing git ...
-2
votes
1
answer
577
views
Putting WordPress, Git and Plesk at work together [closed]
I am developing a WordPress 5.2.3 site. My provider offers Plesk Obsidian 18.0.21 as admin tool. I want to store the custom PHP source code and the image upload area on a private GitHub repository. ...
1
vote
0
answers
1k
views
Not allowed to git push to cPanel account
I've seen similar questions on SE, but the solutions haven't worked for me, which I'll get to later.
I have SSH access to my cPanel account and can log in via SSH fine. I made a new repo via cPanel, ...
1
vote
2
answers
767
views
Running "composer install" from .cpanel.yml
I have a VPS with cPanel installed.
I'm trying to run the "composer install" command from .cpanel.yml but can't get it to work.
Composer is installed on the server and called via /usr/local/bin/...
-1
votes
1
answer
156
views
How do I keep a raw HTML version of my website alongside one with CSS styles and classes applied [closed]
I am in the process of making a simple website with informational content and I am interested in keeping a raw html version of my website (that is without any divs or other things that are used to ...
3
votes
1
answer
1k
views
Automatic deploy with cpanel Git™ Version Control not working
I am trying to automatically deploy code to a shared hosting account, using the Git™ Version Control feature of CPANEL.
I can see from the history of the remote repository, that my code does reach ...
0
votes
1
answer
458
views
How to use a git repository to version control a whole website including databases that are made with phpmyadmin? [closed]
In the past I didn't use git and just created my web-projects local on my computer using XAMPP. By that I could create databases via phpmyadmin and simply save my other website files in the htdocs-...
1
vote
1
answer
587
views
Webhook HTTP STATUS 500
My webserver has multiple domains that I manage with PLESK. Each domain is connected to a git repository on bitbucket.org:
I have set SSH Keys and webhook in my bitbucket repository.
The automatic ...
0
votes
0
answers
14
views
Git hub repository pages inside the nested folder are not ranking [duplicate]
I have a git hub repository for hackerrank solutions which is ranking very well.
Here is the link- https://github.com/Java-aid/Hackerrank-Solutions
My repository is ranking well if someone searches ...
2
votes
1
answer
663
views
Plesk git for multiple domains
I have two websites on plesk, let's call them
main.com and test.main.com
I want to create one central git repo hosted on my server.
Then I want split it into two branches, main and dev.
A folder of ...
2
votes
2
answers
324
views
Re-add Netlify deploy key to Github
I deauthorized Netlify from my Github but re-authorized it again. How can I get the Netlify deploy key so that I can re-add it to my Github repo? It was auto removed when i deauthorized Netlify.
2
votes
1
answer
226
views
Use git to deploy updates to my site directory through cPanel
I am trying to workout how I can get my public_html dir to update directly from a git repository. On looking through Google at the tutorials available they all include the step of a local machine - I ...