DEV Community

Discussion on: Git problem folder doesnt push and commit

Collapse
 
pradeepradyumna profile image
Pradeep Pradyumna

It may happen if the name of the folder you're trying to push might be listed out in the gitignore file, due to which it gets ignored all the time when you're trying to either add/ push.

I use softwares like SourceTree and GithubDesktop for ease, then running commands directly.