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

learn more… | top users | synonyms (1)

0
votes
1answer
21 views

Git (Extensions) - undoing branch merge /hard reset and doing it properly

Right, this may sound like a bit of an odd question, but I think I've done something stupid. I had two different branches (with a very small number of changes), and I wanted to merge SOME changes ...
1
vote
0answers
36 views

Git difftool - Show diff UI even if there are no changes

Currently when using git difftool, the UI won't open if there were no changes for a file. Is there a way to make it open the difftool even if there were no changes? Relevant Git-Extensions issue.
0
votes
1answer
22 views

How to create a Git Tag using GitExtensions for Windows?

I want to create a tag for my current version. I don't see any option for this in the windows context menu...
0
votes
0answers
44 views

GitExtensions show only master branch in “branches” drop down

I am using GitExtensions as a UI sidekick of Git command line and I am facing a problem with it. Everything is fine with it except one thing: the drop down where it is supposed to show all the ...
0
votes
1answer
62 views

GitExtensions - OpenSSH ignores ~/.ssh/config file

Using gitextensions I try to clone my remote repository which results in gitextensions running the following command > C:\cygwin\bin\git.exe clone -v --recurse-submodules --progress ...
2
votes
3answers
116 views

git client which can do a directory diff

I know that the latest git can use this command to directory diff two versions: git difftool -d <sha1> <sha1> But I can't find any git clients(GUI) which can do this job. I've tried ...
1
vote
0answers
140 views

Cannot connect to remote repository using SSH: connection timed out

I am trying out Git, using Git-Extensions on Windows, and have created local repositories without any problems. I want to be able to work on my projects on various machines, so I am trying to make ...
1
vote
1answer
53 views

“Could not find any relevant repository hosts for the currently open repository”

I'm trying to create a pull request for the nuget git repository (which I just did a clone from). I've made a local commit. But when I try to create the pull request I get the following error: ...
4
votes
1answer
96 views

How to make Git Extensions browser show all commits like gitk --all

The Git Extensions repository browser seems to be more versatile than gitk in many ways. However, my very favorite command line option for gitk is --all. gitk --all shows all commits, including ...
0
votes
1answer
71 views

Can't manage to load my private key with git extension

I've been trying for the last 2 hours. I'm using xp-dev as a git repository provider (because I'm already paying and I have svn repo over there) I've given xp-dev my public key. But when cloning my ...
0
votes
0answers
30 views

Git and Git Extensions - no green ticks on files and folders

I've moved over to Git for source control. A few months ago I installed Git Extensions (including everything it needs in the install) and everything was fine - create a new repository, then commit ...
0
votes
1answer
52 views

Setting the default commit template with Git Extensions

Git Extensions has a feature called commit templates that I use a lot when committing code to make sure that the number of characters per line never exceeds a certain maximum and that the second line ...
1
vote
1answer
45 views

remove a file from an old commit not pushed yet (Git Extension)

I'm facing a peculiar situation here. I must change the behavior of [4]xxxMerger.py and delete [4]xxxWriter wich means cascading this to commit [5] [6] [7] How can I do that? I know that I can ...
1
vote
1answer
202 views

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 branch {branch name} does not have a tracking reference. Do you want to add a tracking reference for ...
1
vote
1answer
88 views

Git Extensions - Can't connect to GitHub, but it's fine using command line

Thank you very much in advance for helping! I'm trying to pull a local repository to GitHub but for some reason Git Extensions can't connect with it. I've tried everything and I'm completely run out ...
4
votes
1answer
119 views

Git Extensions on 20GB project takes too long (and opens like 100 git.exe processes) just to show the changes, before staging

When I run Git Extensions on a very large project (5GB and a lot of files) it takes a long time (and spawns like 100 git.exe processes) on showing me the changes, before staging. .git folder has: 7.5 ...
1
vote
1answer
57 views

Clarification on how gitolite users work

I have set up my GIT server on Ubuntu Server (Latest): I used puttyGen in windows to create a public and private key. I then uploaded the public keys to 'keydir' in 'gitolite-admin' and pushed it ...
0
votes
1answer
33 views

Git extensions no longer automatically merges on pull

This is essentially the opposite issue as Manual Merge Only on GIT extensions. Git extensions used to automatically merge for me when necessary on each pull. For some reason now it doesn't, and I ...
1
vote
1answer
75 views

“git checkout” Doesn't Update Files

my workflow with git is something like this: 1. pull --rebase from origin/master 2. create a new branch for a specific issue and make my changes on that branch 3. switch head back to master and then ...
0
votes
2answers
46 views

How can I get git-extensions display a flat list of commits when filtering instead of a skewed one?

In git extension, when you filter to display all the commits in a branch, you get a nice flat list of all the commits of the branch: But if you try to filter based on the words of the commits, you ...
0
votes
1answer
191 views

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 how to export a patch trough command line but I wonder if there is a similar functionality ...
0
votes
1answer
285 views

How to use VS 2012 merge tool with Git and the Git SCP

I have Git. I have Git Extensions. I have the Git Source Control Provider for Visual Studio 2012. I cannot see how it all comes together. The Git SCP, just gives me a commit UI and the rest calls out ...
0
votes
1answer
65 views

Permission denied errors on random files during branch checkout

All of a sudden, I started receiving the following error when checking out my local master branch. The problem file, as well as the error itself, appears to be random (sometimes the checkout works ...
2
votes
1answer
100 views

Git status shows file twice but different case

I tried to do a search for my issue and the closest thing that I could is this. git Status Shows Same File Twice - But with different path slash styles But it doesn't seem to be the same issue I ...
1
vote
1answer
44 views

git / git-extensions versions correspondance table - Which version of git is embedded in git-extensions 2.32?

I looked for a correspondence table between a version of git-extension and the version of embedded git, and I did not find it. Does someone know such a resource, or the answer to the question in the ...
1
vote
1answer
36 views

Reverting/deleting remote commits

I want the last 4 remote commits to be reverted and go to 4 steps backward or the last 4 remote commits (done by other user) should be deleted. The red line denotes my local commit branch. Is there ...
1
vote
2answers
75 views

GitHub recover deleted blocks of code

I am working on a project and we have a file where a few blocks of code that go together were deleted at different intervals a few commits back. I need to recover only some of these blocks and put ...
5
votes
3answers
670 views

How to remove/hide GitExtensions toolbar from Visual Studio?

I tried: right-click on a toolbar and uncheck GitExtensions right-click on a toolbar > Customize and delete GitExtensions moved the toolbar from the second row to the first row searched ...
0
votes
1answer
180 views

Unable to push to Remote

With the basic Git UI I have no problem doing a: Remote -> Push To my BitBucket git. With the Git Extensions I just get a Push to origin dialog with a progress bar (that stays up forever). Message ...
0
votes
1answer
183 views

Install Gitextension on a machine with .NET4 client profile

I want to install GitExtensions on my new laptop. The Microsoft update already installed the .NET Framework client profile on the machine. But the GitExtensions installer complains, that the .NET ...
3
votes
1answer
8k views

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. I've recently moved to Git for my source control and really want to be able to set up VS2012 as ...
1
vote
1answer
263 views

GitHub and Git extensions - push on commit

I just created a GitHub account, installed Git Source Control Provider and GitExtensions to work using Visual Studio. All the setup is done, and I managed to push my local codebase to GitHub. Now, I ...
3
votes
1answer
179 views

Why is my Git Extensions Graph totally gray and how can I fix it?

I am using Git Extensions with Visual Studio 2010. My repository is on Bitbucket and I am using SSH and PuTTY to push/pull. When I open my project and click on browse repository, the first thing I ...
1
vote
1answer
960 views

GitExtensions + Putty via SSH on custom port

I have a git repository that I pull using a path similar to this: git pull ssh://username@host.com:1234/path/to/repository.git When GitExtensions then tries to pull from the repo using plink, it ...
2
votes
0answers
169 views

Updating GitExtensions on Windows XP with .NET 4.0 gets error '…4.0 must be installed…'

I am trying to update and/or install the GitExtensions240SetupComplete.msi with an error of .NET Framework 4.0 must be installed prior to installation of Git Extensions I happen to have all ...
0
votes
1answer
343 views

Git Extensions Push with default settings (*:refs/heads/*) messes up all branches

The issue This sounds like a GitExtensions bug, to which I couldn't find specific info. I believe the issue arises when you have a bare repository with more than 1 branch. If you then push, you'll ...
1
vote
1answer
413 views

GIT extensions does not connect to remote but git bash does

I actually connect to a remote repository and can do so using git bash but not using gitextensions. git bash asks me for my password but GIT extensions does not. Does anyone have an idea why this ...
0
votes
0answers
113 views

visual git error on visual studio 2008

Microsoft Visual Studio The Add-in 'Visual Git' failed to load or caused an exception. Would you like to remove this Add-in? If you choose yes, the file it was loaded from, ...
4
votes
0answers
124 views

Can't find Tag info [closed]

I use "Create tag" command in Git Extensions, choose "Create annotated tag" there, type some text as an annotation, tag name for example "Tag01". Later I can see a tag name "Tag01", but can't find the ...
2
votes
1answer
1k views

Git pull fails : unable to update local ref

I'm totally messed with my git repository. I can't push / pull remote branch..it disappeared from git extensions... I use Git Extensions 2.33 , msysgit Git-1.7.11-preview20120710.exe C:\Program ...
2
votes
1answer
333 views

Git error “non-monotonic index”

My git setup has a central repository to which I push. Today I decided to look at the central repository using Git Extensions, and it said that the repo has no commits (almost as if the repo was never ...
0
votes
2answers
205 views

git extensions causing visual studio buttons to disappear

I have VS 2008 installed and have put Git and Git Extensions on my system. I'm running Windows 7. When I launch my VS and work, the buttons will go grey. If I run the mouse pointer over them, they ...
0
votes
4answers
663 views

Number of steps require to do a Git merge

I need a bit of advice on the merging my development branch to the master branch. Also note that I'm using Git Extensions so try to avoid too much command line jargon if possible. Say I've made 3 ...
1
vote
1answer
142 views

Auto-stage in Git Extensions

I am using Git Extensions as add-in in Visual Studio 2010. It is working great. However, whenever I am going to commit to repository, the GUI forces me to manually select the appropriate files for ...
1
vote
1answer
212 views

Manual Merge Only on GIT extensions

I am very new to GIT and I use GIT extensions. Whenever, I pull, GIT auto merges using KDiff3 and only requests help when it sees conflicts. However, I am not very satisfied with the auto merge ...
0
votes
1answer
199 views

Git Bash showing files with non-ASCII characters as modified

I've just setup a new machine with a clean install of Windows 7, Git Extensions (2.32) which also installs msysGit 1.7.10. Once I clone our local repo like so...: git clone "Y:\SomeRepo" ... Running ...
2
votes
1answer
302 views

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 Commit dialog)? It feels like View Diff should allow me to diff between my working directory and ...
2
votes
1answer
196 views

Ignore White Spaces in GitExtensions Pending Changes

In GitExtensions pending changes window in Visual Studio how do i get it to ignore white spaces. when i use the format document it often tabs in old code but those line haven't really changes. the ...
3
votes
1answer
720 views

Can Git Extensions or Git Source Control Provider work side by side with AnkhSVN?

I am trying to move my projects to Git but I am not very comfortable with it yet. I want to use Git Extensions or Git Source Control Provider but I am not sure if it will work with AnkhSVN. Of course ...
1
vote
1answer
598 views

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 the last n commits, select "interactive" in the rebase window, the ...

1 2 3