0

I use GitHub for my MVC 4 project on Visual Studio. But some pages that I've added, I can't commit to GitHub.

You can see on the image, there are lock symbols for check-in, but others have not. I can commit the pages with lock symbols but I can't commit without lock symbol. How can I fix it? How can I commit these pages to GitHub?

enter image description here

Mr. Zoidberg
  • 514
  • 4
  • 13

2 Answers2

1

May be you should go to Team Explorer and watch Untracked Files section. All files that you add to your project should be there. You just need add them to commit.

Untracked Files

Community
  • 1
  • 1
feeeper
  • 2,865
  • 4
  • 28
  • 42
0

OK guys, I found the solution by myself.

Click the "Changes" on Team Explorer panel

You can see which files are not on GitHub by "Untracked Files". Then you can commit them.

Mr. Zoidberg
  • 514
  • 4
  • 13