Top "Git-extensions" questions

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

Interactive rebase with Git Extensions

Did anyone managed to make an interactive rebase with Git Extensions ? Option is available when rebasing, but whenever I selected …

git git-rebase git-extensions
update git via cmd?

I recently updated my Git Extension to 3.0.2.5232 and now my git is no longer supported. When I run: git --version …

git git-extensions git-for-windows
Change Credentials for Push in Git

Just getting started with Git. I have an existing personal account on Bitbucket, and I have created a team account …

git bitbucket git-bash git-extensions
Working directory diff with Git Extensions

Is there a simple way to get a diff on the working directory using the Git Extensions UI (besides the …

git git-extensions
How do i commit a windows symlink into Git

I have added a windows (window 7) symlink to my codebase ("foo" -> \\server\foo). I have a large set …

git symlink msysgit git-extensions mklink
Git extension does not work in Visual Studio 2017; Is it a known issue?

Before trying the official release of Visual Studio 2017, I installed Visual Studio 2017 RC and found that my existing Git Repository …

git visual-studio-2017 git-extensions
Git Extensions guide?

Is there a quick-start guide to using Git Extensions for basic tasks such as checkout, checkin, undo-checkout, etc, especially for …

git git-extensions
GitExtensions + Putty via SSH on custom port

I have a git repository that I pull using a path similar to this: git pull ssh://[email protected]:1234/…

git ssh putty git-extensions
How to create a patch with Git Extensions

Is there a way to create a patch from selected commits in the user interface from Git Extensions? I know …

git patch git-extensions
How do I use Git and Git Extensions?

Intro I've used SVN before, back when I was working as a solo programmer, just to keep an offsite record …

visual-studio git visual-studio-2010 git-extensions