Visual studio for mac and Git
Mac comes with Git pre-installed.
This is found by using a terminal window:
mauramonville@Mauras-MacBook-Pro ~ % git --version
git version 2.30.1 (Apple Git-130)
I installed Visual Studio for Mac. It does have a menu whose items are typical repository commands.
However, It is not clear to me which repository those commands refer to.
My questions are as follows:
- May I integrate/connect VS for Mac with the pre-installed Git? How can I do that?
- Otherwise, how can I set up a local Git repository (on my Mac) where to keep all my C# code snippets?
- How can I connect VS for Mac with my remote GitHub repository?
Thank you in advance
Maude
MacBook Pro 16″, macOS 11.5