msysgit
Does the current version of msysgit support process substitution?
Under my version of msysgit, I can\'t use process substitution. cat <(echo \'foo\') sh.exe\": cannot 开发者_Python百科make pipe for process substitution: Function not implemented[详细]
2023-01-21 11:13 分类:问答Git Windows Command Prompt gets stuck during Git commands with (END)
I\'ve got Git for Windows setup (msysgit) and it was working fine for the last few days and today I\'ve encountered an odd error.[详细]
2023-01-20 06:26 分类:问答Egit very slow at handling big projects
The problem is that Egit/Eclipse is very slow at dealing with big Java projects (~2,000k files).Very slow means following on a windows 7/quad core/SSD setup:[详细]
2023-01-19 14:12 分类:问答How to fix "corrupted" interactive rebase?
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 commit --amend\" (and a[详细]
2023-01-15 21:03 分类:问答Guidance on using a remote Git repository for teamwork
I project I have been working on has now been split between me and another developer.I have created a Git respository at my client\'s host of choice, CodeBase, and both me and the other developer have[详细]
2023-01-13 11:42 分类:问答Add git tags based on commit time
Is there any way to tag a git repository based on the commit time? For example, if I have the release time, I want to tag all the repositories used in the release as of the release time. The main iss[详细]
2023-01-13 00:34 分类:问答Git Bash on Windows - Where to Store and How to Invoke Bash Scripts
Using Git Bash on Windows, if I create a bash script, where do I put it so that I can access it from the bash shell?[详细]
2023-01-12 05:39 分类:问答Fix msysGit Portable $HOME location
I have successfully installed and configured msysGit Portable on my flash drive, and have used it to pull and push GitHub repos. However, I seem to always have to kludge the SSH support.[详细]
2023-01-11 14:29 分类:问答Run/invoke windows batch script from sh or bash script
I have a sh/bash script that needs to call a batch file with parameters (parameters are file names and are given in DOS/Windows format).[详细]
2023-01-10 04:39 分类:问答Keeping custom build configuration files in a git repository
I\'ve got a project in a git repository that uses some custom (and so far unversioned) setup scripts for the build environment etc. I\'d like to put these under version control (hopefully git) but kee[详细]
2023-01-09 13:27 分类:问答