0

I created local empty folder structure and I don't see folders in Unstaged Changes view

I can't commit and push folders to repository, why can't it be done in Eclipse?

In git command line I can git add empty folders

user7294900
  • 52,490
  • 20
  • 92
  • 189
  • You cannot add empty folders from the command line. (The `git add` command itself does not object, but does nothing.) – torek Feb 27 '20 at 10:06
  • @torek dup isn't answering in eclipse, but in CLI – user7294900 Feb 27 '20 at 10:14
  • It doesn't matter: the point is, you cannot add an empty folder. Eclipse or no eclipse, you cannot add an empty folder! (The submodule-with-nothing-in-it trick does work, however.) – torek Feb 27 '20 at 10:18

0 Answers0