Posts by Erick Mendonça • 31 points
3 posts
-
1
votes5
answers38995
viewsA: How to disable (stop, remove, delete) git versioning from a repository
As already answered by dcastro, just remove the folder .git which is inside the repository. So you can start again. If for some reason you don’t want to download a repository history when cloning…
-
0
votes2
answers135
viewsA: Is it possible to add an empty directory to a Git repository?
A common way to do this (more or less) is to add a file in to the folder. It is common to see repositories with folders that only have a blank file .gitkeep within.
gitanswered Erick Mendonça 31 -
2
votes1
answer545
viewsA: Skipping git folder inside the repository
In several dependency managers, it is good practice not to include the files downloaded by the manager within your repository, always being downloaded through the manager. If so, add the manager…
gitanswered Erick Mendonça 31