pushing xamarin forms project to Github

abanoub adly 41 Reputation points
2022-01-27T05:45:27.563+00:00

I'm trying to push my xamarin forms project to github . I've tried the regular method following the github instruction & using command line but xamarin forms project usually are big in size so that it won't be pushed throw the CMD and it recommends the Git LFS instead. however, I found that we can push the project to github
how-to-use-git-and-github-in-xamarin-development

using the GitHub Extension for Visual Studio and I have installed it but the second step is to add the solution to source control. but I cannot find the latter option in my menu.

168866-github.png

so can anyone help me with this problem, all I need to do is to push my project to github if there any other option than the one I have provided in the article above please mention it. thanks in advance.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Josée @ Microsoft 0 Reputation points Microsoft Employee
    2023-02-17T18:04:56.4733333+00:00

    For documentation on Version Control with Git/GitHub and Visual Studio, please go here: https://learn.microsoft.com/en-us/visualstudio/version-control/?view=vs-2022.

    0 comments No comments