I\'m having trouble adding a folder and all of it\'s subdirectories to my git repository. I realized this is a very popular question after doing some googling and I\'ve trie
Also struggled, but got it right typing
git add -f ./JS/*
where JS was my folder name which contain sub folders and files