Top "Git-extensions" questions

Git Extensions is a GUI toolkit to make working with Git more intuitive.

How do I use Git Extensions with a Bitbucket repository?

I have repository on both github.com and bitbucket.org, and I am very familiar using Git Extensions for all …

repository bitbucket git-extensions
Using Visual Studio 2012's built-in merge tool with Git

So, I don't know if anyone's noticed but the new Merge Tool packaged with VS2012 is sick-o to the max. …

git merge diff visual-studio-2012 git-extensions
Check in single file in Git?

My apologies if this is a silly question but I'm a VSS/VSTS guy trying to convert to Git :) I …

git version-control git-extensions
What is a Tracking Reference?

When I push a new branch up to a remote repository via Git Extensions, I get an alert saying The …

git git-extensions
Git bash home directory different from Git extension than Git Bash

If i run Git bash from Git Extention (CTRL+G), my home directory is %USERPROFILE%, which is ok. If I …

git git-extensions
Revert a single file to earlier commit using Git Extensions for Visual Studio

I've found instructions on how to revert a single file in a Git repository to an earlier version. But I …

.net visual-studio git git-extensions
What can cause git to mess with character encoding?

Edit: git does not mess with character encoding. This is still here to share knowlege and avoid others making the …

git encoding character-encoding git-svn git-extensions
How to make git stash include new files that have not been staged?

I'm no great expert at git but I've been using it for a couple of years. Lately I've noticed some …

git git-extensions
How to include ssh private rsa key when accessing git repo via ssh (gitosis)?

At this moment I've got one git repo added through gitosis. The manual i used is http://scie.nti.st/2007/11/14/…

git ssh gitosis gitolite git-extensions
Git Extensions: Squash commits?

To squash multiple commits, I have always used: git reset --soft HEAD~<number of commits to squash> &&…

git git-extensions