Mini tutorial to remove Go , a file of all your repository history. It can also be used for troubleshooting. Continue reading from "Git - How to delete a file from your entire repository history - tutorial 2022"
How to delete a git branch locally and remotely - tutorial -2021
In this section we will find out how to delete a branch git locally and remotely. Continue reading from “How to delete a git branch locally and remotely – tutorial -2021”
.gitignore does not work - the file is not taken into account - Troubleshooting
You make a change in your .gitignore file for your application but it is not taken into account. The solution in this article. Continue reading from ".gitignore not working - file is not supported - Troubleshooting"
Git - tutorial to link your local repository to the remote repository to protect your project.
You have a deposit git locally that you'll like linked to the repository you created online. In this tutorial here are the steps. Continue reading from “Git – tutorial to link your local repository to the remote repository to protect your project. »