Domanda

Recently github has launched client for window user and i have installed in my system and it's very easy to clone, commit and push changes with local and remote repository. this client is working on http instead of ssh path.

Before this i was using Git Extension according to this link i have set up in my system and it's worked well with Visual studio as well as from directory and it was totally based on ssh.

Now my problem is that i have installed new client and it will not going to use SSH anyway so is there any extension to work with visual studio that can sync with repository according to this new github's client?

È stato utile?

Soluzione

It should not matter. You can have multiple remotes set up for the same repository. I would advise on using git from the command line anyway. Visual Studio integration is overrated. You give up a lot of functionality if you are not using the command line:

  • searchable history
  • command chaining
  • tab completion
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top