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++\notepad++.exe git...
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...
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 is to have your local repos...
I managed to create a little mess in my local git repository. I was trying to fix a broken commit by using the following instructions. Before running the “git...
I followed these instructions to the letter, including the part about password caching. It seems like the instructions are wrong, because every time I git push origin master I...
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 more towards this audience. I want...
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 how the heck do I configure...
I have googled and found many solutions but none work for me. I am trying to clone from one machine by connecting to the remote server which is in...
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: src/main/java/.../AbstractedPanel.java has type 100644, expected 100755...
I’ve been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue is that Git...