Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Where exactly is the "publish to gitHub" option in Team Explorer? #2413
Comments
|
Just figured this out today myself, you need to select changes and add a comment, then commit all. Then select the home icon then sync is on that page, on the bottom you will see a outgoing commits, there is a push there. |
|
I am really new to Git and trying to figure this out myself. with that said from what I see in your screenshot you are working on Master, you should work on a branch unless this is the first check in. If this is your first check in go to one of your files and add a space or something because it now says you have no changes so you can't check in, you need a change to check in. |
|
Yes I am still trying to commit to the master. I added a comment onto one of my files(saved and recompiled) and the commit button is still greyed out. I am thinking about switching to using git commands in the terminal. Thanks for your help though. |
|
Hi folks What you need to do first is You should then see the In previous versions of Visual Studio, there was an option to automatically add to Source Control when creating a new project. Performing this step afterwards now seems to be the preferred way. I don't know why Visual Studio shows the @daschult do you know if this is a known issue? |
|
I hadn't seen this issue before, but I think it's a great feature/bug request to ask for this to change. Please use the feature suggestion feature in Visual Studio to report this so that can consider the best way to improve this scenario! |



I hope this is the proper place to ask this as I am new to gitHub and VS extensions. I am using VS 2019 and installed the VS extension. I am logged in and looking at the team explorer. I have my project open, connected with my gitHub, and a repository ready to go on my gitHub. On your website, the instruction states "In the Team Explorer window, click on the Sync tab to get to the Publish to GitHub dialog." However, I see no option on my screen as shown:
I know it's something obvious but I can't see the publish option under sync. Thanks for any help.
The text was updated successfully, but these errors were encountered: