rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.91k stars 301 forks source link

"Untracked files" needs "Include all" button #3710

Closed retailcoder closed 6 years ago

retailcoder commented 6 years ago

I have a project with ~90 modules I want to put under source control. After cloning the remote repository through command-line (got HTTP 401 from the "Clone Remote Repository" command), all the files show up as "untracked" and need to be added manually.

Of course I didn't. I went back to CLI and did git add *.cls and git add *.bas and git add *.doccls and git add *.frm and git add *.frx, then refreshed the SC panel and proceeded to commit.

And then push failed with HTTP 401 again, but that's another issue. Point is, if we're making a GUI, we shouldn't need to do most things in the CLI :smile:

rubberduck203 commented 6 years ago

3758