Reputation: 1343
So I created a repository in my Visual Studio project directory. On my initial commit the 2 standard git files were pushed to the repo but nothing else. There are 1968 Changes sitting in the changes section but the button to Commit to master is grayed out. I am unable to make a pull request. That button is greyed out as well. All I can click is Sync which says everything is up to do. I also tried to manually commit using the console but it says everything is up to date. Am I missing a step?
Upvotes: 1
Views: 73
Reputation: 468
If you type something in the "Summary" section it should turn darker and allow you to "Commit to master".
Upvotes: 2