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 … Read more
How do I use Notepad++ (or any other editor besides vim) with msysgit? I tried all of the following to no avail: git … Read more
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 … Read more
I have been bitten by the Windows/Linux line-ending issue with git. It seems, via GitHub, MSysGit, and other sources, that the best solution … Read more
I managed to create a little mess in my local git repository. I was trying to fix a broken commit by using the … Read more
I followed these instructions to the letter, including the part about password caching. It seems like the instructions are wrong, because every time … Read more
This isn’t the best programming question but lets face it, the server fault guys aren’t well versed in git, so I think its … Read more
I’ve tried msysGit and Git on Cygwin. Both work just fine in and of themselves and both run gitk and git-gui perfectly. Now … Read more
I have googled and found many solutions but none work for me. I am trying to clone from one machine by connecting to … Read more
I have a certain patch called my_pcc_branch.patch. When I try to apply it, I get following message: $ git apply –check my_pcc_branch.patch warning: … Read more
I’ve been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the … Read more