Prevent GIT folder access in Nginx
To prevent any data leaks I have adjusted the Nginx configuration so that by default it will not serve files inside the .git folders. Steps
Home » git
To prevent any data leaks I have adjusted the Nginx configuration so that by default it will not serve files inside the .git folders. Steps
Every developer should know that it is a bad practice to host the GIT folder on your site. Even though it is a hidden folder
So you have a working repo at Bitbucket and want to sync it to Github? I will explain how to achieve this.
When you have migrated your repositories from Bitbucket Cloud to Bitbucket Server and you need to adjust your local repositories do the following: Windows Linux