[git-users] Re: Unable to install Git after building _everything_

2014-11-14 Thread Pierre-François CLEMENT
On Thursday, 18 October 2012 23:58:56 UTC+2, Yves S. Garret wrote: > > Yes, but vetoed the idea. For one I'm not a fan of Windows + Git > "integration". Second of all, I prefer to work from the command line. > > I'll look into the pre-built libraries tomorrow when I'm at the office, > thanks. >

[git-users] git 1.9.4‏ for window prompt sh.exe: /dev/null No such file or dirctory

2014-11-14 Thread Thanakorn Sathitwitayakul
I just install git-1.9.4-preview20140929 on my notebook pc, window 7 64 bit system. When I run git for the first time I got error message; sh.exe: /dev/null No such file or directory When I input some command in git, it run not thing but fatal error: sh.exe: /dev/null No such file or director

Re: [git-users] git 1.9.4‏ for window prompt sh.exe: /dev/null No such file or dirctory

2014-11-14 Thread Dale R. Worley
> From: Thanakorn Sathitwitayakul > > I just install git-1.9.4-preview20140929 on my notebook pc, window 7 64 bit > system. When I run git for the first time I got error message; > > sh.exe: /dev/null No such file or directory > > When I input some command in git, it run not thing but > > fa

[git-users] On bash doing git add '' troubles

2014-11-14 Thread G B
Hello, I posted on Stackoverflow http://stackoverflow.com/questions/26933761/python-sh-module-and-git-try-to-add-more-files-then-in-command/26934517#26934517 a problem i was having with python sh. It turns out to be a problem with git add. When executing git add '' it sees the empty argument

[git-users] Question about chapter "3.1 Git Branching - Branches in a Nutshell" in git docu

2014-11-14 Thread Axel Magard
Hi folks, either I still didn't grasp it or there is a mistake in chapter 3.1 "3.1 Git Branching - Branches in a Nutshell" (http://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell) The last figure on that page shows that branch 'master' and HEAD are pointing to patch 87ab2, branch 't

[git-users] Re: Question about chapter "3.1 Git Branching - Branches in a Nutshell" in git docu

2014-11-14 Thread Rick Umali
On Friday, November 14, 2014 9:22:25 AM UTC-5, Axel Magard wrote: > > either I still didn't grasp it or there is a mistake in chapter 3.1 "3.1 > Git Branching - Branches in a Nutshell" > (http://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell) > > The last figure on that page shows

Re: [git-users] On bash doing git add '' troubles

2014-11-14 Thread Philip Oakley
- Original Message - From: G B To: git-users@googlegroups.com Sent: Friday, November 14, 2014 4:29 PM Subject: [git-users] On bash doing git add '' troubles Hello, I posted on Stackoverflow http://stackoverflow.com/questions/26933761/python-sh-module-and-git-try-to-add-m

[git-users] Re: git 1.9.4‏ for window prompt sh.exe: /dev/null No such file or dirctory

2014-11-14 Thread Vasily Makarov
There is no /dev/null on windows indeed. You may use Git for windows or Github for windows to access git CLI on windows. On Friday, November 14, 2014 10:14:53 AM UTC+3, Thanakorn Sathitwitayakul wrote: > > I just install git-1.9.4-preview