Re: [git-users] New user gets lost driving the Git Bash

2012-07-25 Thread Konstantin Khomoutov
On Tue, 24 Jul 2012 14:38:19 -0700 (PDT)
Graham Jans graham.j...@gmail.com wrote:

[...]
 There's no consensus in the Git for Windows community on what shell
 to use for interactive work with Git.  I, for one, prefer cmd.exe
 as I tend to use the shell not only for Git. 
 As Konstantin says, there's no consensus. However, I recommend using
 Git Bash, as it makes utilizing small script snippets etc. that you
 find around the net more accessible (because you don't have to
 translate them to windows-style, can just use them in the
 unix-style presented.
This is indeed a valid point.
But this is an advanced technique which is not really needed to just
use Git or get started with it.

 As well, getting the various bits of Git Bash to work in cmd.exe
 requires choosing the correct options when installing; the installer
 has a big red warning here so most people choose not to do that.
Because most people don't really need that.
Having only git front-end script (git.cmd) in the PATH is sufficient
for usual workflows.

 As well, the coloring doesn't work for me in cmd.exe.
Coloring does work OK for me after setting the core.ui configuration
variable to auto.  Both in the command prompt and in the built-in
pager (less).

 So all in all I recommend using Git Bash at least for learning.
I tend to disagree: using a unix-y shell in a Windows environment does
have rough edges; if a person has little experience with command-line
(I think he stated exactly this), I'd say it's better to learn native
tools first.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] New user gets lost driving the Git Bash

2012-07-25 Thread Konstantin Khomoutov
On Tue, 24 Jul 2012 13:01:32 -0700 (PDT)
Jeffery Brewer jeffery.bre...@gmail.com wrote:

 Continued thanks for all the help. I'm sorry to be so slow at
 this...I've just done very little command line operation in the past
 and probably shouldn't even be allowed near computers at all. I have
 very little experience on Linux/Unix as well, so I'm really
 floundering around in the dark here. I learned ls yesterday though,
 so I'm getting there.
 
 So when you say cmd.exe you're talking about just a normal windows 
 command line prompt?
Exactly.

 Like you go to Start and type cmd?
Yes.  No matter how you run it, cmd.exe is the process which presents
you with the regular Windows command line prompt.

 I tried that initially but only got errors (e.g. $ not recognized).
You've fell victim of a typical assumption of the authors of most
books/guides/blog posts that the reader is familiar that this symbol
denotes a command-line prompt.
While this prompt is easily tweakable in any interactive Unix-y
command-line shell (which are available in abundance, by the way), the
usage of the '$' character in the most common default setting
(including the shell found on Mac OS X). 

 Wasn't until I stumbled on the Git Bash thing that I could make Git
 work at all.
That's pretty strange.
One reason I could think of is that you did not opted for Git to be
included in your PATH when you were installing Git for Windows, so may
be when you typed git in the windows command prompt, it told you that
program is not found, was it?

 I know there are GUI's available, but I have a big desire to develop
 some command line skills and this seems like a reasonable place to
 start. I figured how to commit files yesterday! Woo hoo! All that
 seemed to go reasonably well until I did the diff command, which had
 me lost until I finally typed h and got the help screen. 
Yeah, you were interacting with the pager called less which is
ubiquitous on Unix platforms and which Git for Windows packages for
convenience (the stock pager available in Windows, called more is too
simplistic to be of any real use).
I recommend you to spend some time finding your ways in less as it's
able to do nice things like searching (via the / command),
wrapping/cutting long lines etc.

[...]

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Re: Error: dyld: unknown required load command 0x80000022

2012-07-25 Thread Brian Dant
I was able to successfully download and install git at the links below.
Thank you Thomas.

git for OS X 10.5 (leopard):

i386: 
http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.5.4-i386-leopard.dmgcan=2
x86_64: 
http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.5.4-x86_64-leopard.dmgcan=2
http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.5.4-x86_64-leopard.dmgcan=2



On Tue, Jul 17, 2012 at 5:33 AM, Thomas Ferris Nicolaisen
tfn...@gmail.comwrote:

 On Monday, July 16, 2012 6:02:07 PM UTC+2, Brian Dant wrote:

 I've installed git on a Mac running OS X 10.5.8, but whenever I run any
 git commands, I get the error listed in the subject of this post.

 I downloaded the file from here: http://git-scm.com/downloads.  The
 download seemed to work fine.  The file I have is
 git-1.7.11.1-intel-universal-**snow-leopard.dmg.

 Much gratitude.


 Looks related to this:
 http://code.google.com/p/git-osx-installer/issues/detail?id=81

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/git-users/-/t2iw0FU6wtUJ.

 To post to this group, send email to git-users@googlegroups.com.
 To unsubscribe from this group, send email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/git-users?hl=en.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.