Sometimes we need to remove file from git repository, completely remove from repository. For example it can be property file with passwords 🙂
Remove file from git repository
· One min read
Sometimes we need to remove file from git repository, completely remove from repository. For example it can be property file with passwords 🙂
Git submodules is not simple approach to use to store your code. But this technic is pretty useful then you need to make changes in your project and in shared libraries, or if you would like to use shared libraries or other piece of code directly from your code without builded shared artefacts, libraries etc…