Monthly Archives: May 2021

How to add empty directory to git repository?

Whenever we are creating a directory in git folder git shows us nothing to commit, it is by the design of git we can not commit empty directories. So to commit empty directory to git repository follow the steps below Create an empty directory 2. Then create an empty directory 3. Add your directory with… Read More »