views:

25

answers:

1

Hi there,

Just installed git extensions. All appeared to go well but if i right click in windows explorer there is no context sensitive menu for GIT as shown in the screenshots via the site. It seems to be missing. I have launched the Git Extensions applications and managed to clone a repository so i know its working but the integration into the shell of windows exploer on windows 7 doesn't seem to be working

Also i instaled the plugin into vs 2010 and sure enough there is a menu called GIT

but all items are disabled apart from Settings and About Git Extensions...

So i can't clone a repository from here as it is disabled...

But the strange thing is if i create a new blank project then the git menu options all become Enabled,.....

Any ideas?

Really stuck on this, if someone can shine a light and give me a helping hand i would be very grateful

A: 

I get the same behaviour. It is by design - I'm guessing. Just open gitextensions from the start menu. You have the option to clone a repository on the first page.

I would avoid any kind of source control integration with Visual Studio. It slows things down quite a bit. I know most people are used to mousing around. However, I much prefer dropping down to the git-bash and using aliases to get much more productivity. The only GUI I seem to use from time to time is Gitk with the --all option to visualize history.

Also, remember to shut down visual studio down every time you switch branches. And if you are using Resharper (as everyone should...) ensure your cache files are stored in the temp folder.

Hope this helps,

Adam

adymitruk
Hi, yes i managed to get it working opening gitextensions from the startmenu .... I am still not very used to bash (shell) of git... i am windows guy - je je . so I am also used to VS plugins.... I used visualsvn for example....Its nice to hear you get the same design... but it seems to wrong to me... you can't clone (from vs) without having a project open.Ok i suppose i will look into bash .. thanks
mark smith