msysgit Questions
3
3rd Update
More information:
commands in the git-bash shell work as expected
in the git-bash shell, Git\bin\git.exe is called
Git\bin is where sh.exe lives
in PowerShel (or cmd, or tcc), Git\...
3
Solved
I'm always asking myself a set of questions about branches i've created that i've yet to determine how to accomplish:
What files did i change in branch?
What are the actually changes (diff) i mad...
5
Solved
I'm trying to run git for my local repository and use SVN for my central repository to a CodePlex project. I downloaded the most recent version of msysgit, but the SVN support doesn't appear to be ...
2
Solved
I am trying to find some documentation about msysgit sh.exe command.
For instance I am aware of the --login flag to launch a git bash session but I would to know the other possibilities.
I have l...
Commode asked 5/11, 2012 at 9:55
2
Solved
I'm trying to run the following from my bash script. (bash installed via msysgit)
taskkill /IM ssh-agent.exe
The output I get on the screen from taskkill is:
ERROR: Invalid argument/option - 'C...
5
Solved
I've been struggling with trying to teach msysgit how to deal with German umlauts (ä ö ü) in e.g. commit comments. No luck .....
So I thought I might try to use PowerShell and its git integration ...
Lumbago asked 20/1, 2012 at 21:57
6
Solved
I'm using TortoiseGit with msysGit installed with the msysGit-fullinstall-1.6.4-preview20090729.exe and it works in a very strange way:
on the About windows it says it can't find git, even if all...
Conformation asked 7/9, 2009 at 12:49
2
Solved
How to make msysgit to scan files for real changes?
Currently it seems to rely on file timestamps and therefore it makes mistakes: shows no differences where there are.
I tried git update-index -...
4
Solved
I have an existing, bare, Git repository created from importing our source and history from CVS. I make a mirror, using:
git clone --mirror git://aserver.adomain.com/myrepo
Then, I want to push ...
3
Solved
When I add a new tool to git-gui, the dialog indicates that I could use some variables to be passed to the tool ($REVISION, $ARGS, $FILENAME).
Are there any other parameters that are not documente...
4
I keep getting the following error when attempting to clone a git repository using ssl on windows:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
The ssl certi...
7
Solved
I'm using msysgit 1.7.7.1 on Windows. I get an error when using git diff. What is causing this? Is there no diff tool included in msysgit? What should I do?
WARNING: terminal is not fully functi...
2
Apologies in advance for the basic question - I'm new to git and am sure that I'm missing something super easy that someone could answer very quickly.
During the msysgit installation I specified t...
4
Solved
I'm trying to add a function to my bash_profile for msysgit:
function git-unpushed {
brinfo=$(git branch -v | grep git-branch-name)
if [[ $brinfo =~ ("[ahead "([[:digit:]]*)]) ]]
then...
9
Solved
I am having trouble determining the difference between MSysGit and Git for Windows. How are they different? Why would I choose one over the other?
2
Solved
I am using git-bash on a Windows system.
The Windows clock shows local time, but inside git-bash everything is in GMT time:
$ date
Mon Mar 31 16:08:57 GMT 2014
Also setting TZ will not change t...
5
Solved
Problem using msysgit on Windows; it can't find .ssh/id_rsa, even though it is present where it should be.
I verified that's the problem with ssh -v [email protected]; that command works when...
7
Solved
Is there a way to enable Ctrl + ← / → keyboard shortcuts (go to previous / next word) in the Bash console installed with MSysGit?
2
Solved
I'm trying to use the gitk on mysysgit. I'm not using Cygwin or MinGW to run mysysgit, just a straight up DOS command prompt on Windows.
The gitk file is in the bin/ folder, but it's not an execut...
2
Solved
Under my version of msysgit, I can't use process substitution.
cat <(echo 'foo')
sh.exe": cannot make pipe for process substitution: Function not implemented
If I upgraded to the latest versi...
3
Solved
I use git for my local work (and love it ever so much), and I follow a workflow similar to the one described in this article. So basically, when starting on a new feature, I create a branch for it,...
2
Solved
I have a file in my repository I want to use git blame on, but I'm not sure what its path is.
I've managed to use git log like this:
git log -- '**/somefile'
But I can't seem to do the same wit...
4
I'm using Git on Windows, installed through GitExtensions with MSysGit (latest) having selected "do not modify my Windows prompt" during installation.
Now, I would like to be able to modify the de...
Spaceless asked 12/4, 2012 at 23:16
3
4
Solved
I'm new to git and I need some help. I'm using msysgit on windows.
When I execute the command git add [folderName] I get the response:
fatal: LF would be replaced by CRLF in [.css file or .js fil...
Lecythus asked 28/12, 2011 at 4:2
© 2022 - 2024 — McMap. All rights reserved.