Tagged Questions
GitExtensions is made of a shell extension which integrates in Windows Explorer, a Visual Studio plugin and a standalone Git repository toolset. Online resources: Download page: http://code.google.com/p/gitextensions Source code: http://github.com/spdr870/gitextensions Issue tracker: ...
9
votes
6answers
2k views
TortoiseGit vs Git Extensions
What are the benefits and disadvantage of using either Git Extensions or TortoiseGit on a Windows Based OS?
6
votes
4answers
2k views
GitHub noobian, should I install msysGit or Cygwin?
I intend to use GitHub with Git Extensions and possibly integrate with FogBugz (optional).
Looking at the download page and reading some rather technical half related questions I wanted to see what ...
4
votes
3answers
715 views
Visual Git 208 add-in fails to run under Windows 7/Visual Studio 2010
Sadly that's almost all the information I have at the moment.
The installer for Git Extensions 208 runs fine, the setup for Git Extensions validates fine, with green for all settings, Visual Git ...
3
votes
1answer
835 views
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/hosting-git-repositories-the-easy-and-secure-way
I can clone it and push in it via ssh ...
3
votes
2answers
188 views
GitExtensions Configuration error
I installed GitExtensions for the main purpose of using GitHub with my visual studio 2010. When I start up GitExtensions, I get 2 errors in my checklist and also a startup error that says:
Access to ...
3
votes
1answer
437 views
How to handle pull requests with Git Extensions?
I have a public repository on github that I'm having trouble handling pull requests with inside GitExtensions. I've done 3 so far, and I don't think any of them have worked properly or worked where I ...
2
votes
0answers
15 views
Does Git Extensions keep a log of commands and their results?
When you run a command in Git Extensions, it pops up a window and shows you the git command line that it invokes along with the resulting output. This is handy but sometimes I close the window before ...
2
votes
1answer
73 views
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 run Git bash from the context menu of a git repo folder, or if I run Git bash from the start menu, ...
2
votes
2answers
992 views
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 of what I was doing, so I kind of know about ideas like "repositories" and "commits" and the ...
1
vote
1answer
16 views
git and git extensions uninstall error 2330
First I wanted to upgrade my git installation and tried it using the latest git extensions. The installation failed with error code 2330. Afterwards I've tried to both uninstall/repair my ...
1
vote
2answers
47 views
Copy a git-push to another computer, or perform smaller incremental pushes?
I'm on holidays at present and have been doing some work, committing and pushing to github.
Our internet connection here is pretty bad (wireless point-to-point in the mountains) and drops off very ...
1
vote
0answers
48 views
Why Visual Studio's custom hotkey for GitExtensions resets after restart?
I am using GitExtensions version 2.26 Visual Studio extension they comes with. I tried to assign custom keyboard hotkey to commit command like this:
And everything works great until I will restart ...
1
vote
1answer
62 views
Git Extensions doesn't show up in VS 2010 Professional
I have just installed git extensions, but it doesn't seem to show up under my tools menu. I have tried to install it two times, but with no luck.
Anyone got an idea why it doesn't show up?
1
vote
2answers
160 views
Adding .cu and .cuh as 'c' code in Git Extensions
I'm looking at the lines of code estimate given in Git Extensions and I don't think it is counting the .cu and .cuh CUDA lines of code in those files.
How do I add the .cu and .cuh file extensions ...
1
vote
1answer
402 views
Git error pushing to github using gitextensions
I created a repository on github named Documentation. I think created a local repository named Doc.
I added a remote named origin to the local Doc repository and pointed it to the proper github ...
1
vote
2answers
1k views
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 users coming from the Microsoft world?
0
votes
0answers
46 views
Cleaning up repositories in GitExtensions
I typically use Git Extensions more than command-line git on windows. Does Git Extensions have a way to delete or move a repo that I cloned, or do I have to do this elsewhere?
Related question: is ...
0
votes
2answers
81 views
How to browse submodule in Git Extensions?
I am trying out basic submodule functionality in Git Extensions. I have a repository called "sub" and a repository called "super"; sub is a submodule of super.
When I open the super repository in ...
0
votes
2answers
111 views
Can't Push Commits to Central Repository
I have done everything that the youtube tutorial shows to do at http://www.youtube.com/watch?v=JByfXdbVAiE . Everytime that I go to push to origin the process hangs and will eventually fail.
The ...
0
votes
1answer
612 views
Can TortoiseGit, Git Extensions, and SmartGit coexist on Windows 7 64bit?
I have just installed TortoiseGit 1.6.5, Git Extensions 2.21, and SmartGit 2.0.4 on Windows 7 64bit thirty minutes ago.
Would this cause any compatibility issues?
Update:
I think TortoiseGit and ...
0
votes
3answers
399 views
git extensions for visual studio - how to revert a single file to earlier commit
I've found instructions on how to revert a single file in a git repository to an earlier version, but am curious if anyone knows of a way to do this through the git extensions for visual studio? This ...
0
votes
1answer
626 views
Configure Git hosting on Ubuntu
Hi,
i am trying to configure git, on my Ubuntu (virtual machine). as instructed this tutorial
...
0
votes
1answer
115 views
Commiting changes accross projects in Visual Studio 2008 with Git Extensions
Imagine a solution in Visual Studio 2008 that consists of three projects. Two of them are file-system wise located under the solution home directory and a third one that has been added via Add ...
0
votes
1answer
488 views
Git integration in visual studio broken
using visual studio 2008, 9.0.30729.1 SP1
Installed (msys) git, git versin 1.6.5.1.1367.gcd48, git-gui 0.12.0.23.ga91be.
i have the GIT menu in the menu bar, and git icons in the toolbar, but ...