3
votes
2answers
135 views
How do I use Notepad++ (or other) with msysgit?
How do I use Notepad++ (or any other editor besides vim) with msysgit?
I tried all of the following to no avail:
git config --global core.editor C:\Program Files\Notepad++\notepa …
0
votes
1answer
20 views
mingw + python eagerly translating path
I am using:
Windows XP
Python 2.6.2 (standard install from python.org)
git version 1.6.5.1-preview20091022 (installed from http://code.google.com/p/msysgit/)
I have an environm …
1
vote
2answers
45 views
How can I find out which files have been modified in a branch?
I have two branches: master and bug1. I checked out bug1, did bunch of changes and multiple commits. How do I get a list of all files that were changed on the branch? I'm not inter …
5
votes
7answers
1k views
Git under windows: MSYS or Cygwin?
I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most stable option under windows.
From what I gather I basically have 2.5 options …
0
votes
0answers
29 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 …
0
votes
1answer
23 views
Using Repo with Msysgit
When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error:
/c/Users/Andrew Rab …
0
votes
2answers
76 views
tortoise git connect to remote git repo (not github)
I have a git branch on my production server which is centos. I am trying to connect to it from tortoisegit on my windows machine but it doesn't seem to be working.
I install msysg …
1
vote
1answer
51 views
Exporting / Archiving changed files only in Git
This probably very simple, but I can't seem to find clear instructions (and I'm new to Linux/Git); Is there a simple way to export / archive only the changed files from a given com …
2
votes
7answers
934 views
How to set Araxis as diff / merge tool for MSYS git?
I'm trying to use Araxis Merge as my diff / merge tool for MSYSGit.
I found a few resources on the net:
On the Araxis site, they mention an "easy" way, but it implies a executab …
2
votes
3answers
778 views
How do I setup DiffMerge with msysgit / gitk?
I've just started using Git and it's possible I've missed something obvious, but here goes:
I'm using msysgit 1.6.2.2 on Windows XP
While installing, I picked option 1 to "Use Gi …
6
votes
5answers
1k views
msysgit on windows — what should I be aware of, if any?
This is related to another question I asked recently.
When installing msysgit, the installer presents 3 options related to system path:
Never change windows environment. With th …
0
votes
1answer
36 views
Problem with git on windows … pushes don’t complete/timeout
Git works fine on my dev box, but ever so often, I'll go to push something to the repository and it will go through the motions like its actually pushing, but then it will get stuc …
3
votes
2answers
41 views
Is there an easy way to change to previously active branch?
I'm using git (in fact, msysgit) 1.6.4 on Windows. Most of the time I'm doing work in some feature branches. Every now and then, I want to hop back to master to cherry-pick one par …
2
votes
3answers
624 views
SSH Private Key Permissions using Git GUI or ssh-keygen are too open
Recently I've been unable to clone or push to github, and I'm trying to find the root cause.
This is on windows
I have cygwin + git as well as msysgit.
Msysgit was installed wit …
3
votes
8answers
653 views
Setup GIT Server with Msysgit on Windows
Hi Guys,
My friends and I are trying to setup GIT for windows using this tutorial but we just keep running into problems.
I know many of you guys on this site are GIT gurus - so …
