Re: [git-users] Can I delete origin/HEAD origin/master to start new repo?

2013-03-05 Thread banacan99
Thanks Philip, I had actually considered that very thing. It got me wondering, what is the value of having the entire development history in the new version, particularly since some elements are completely different. It seems wasteful and cumbersome to carry around the old baggage from the

Re: [git-users] Can I delete origin/HEAD origin/master to start new repo?

2013-03-04 Thread banacan99
Hi Konstantin, Thanks for the info. It's not that I can't push the commits, but that I don't want to push the commits upstream. So many of the changes made to the clone require significant structural changes to databases, etc. that it is incompatible with older implementations. There is no

[git-users] Re: git: Command not found.

2013-03-01 Thread banacan99
Thanks everyone for replying. I tried entering this in a Terminal window: export PATH=/usr/local/git/bin:$PATH but I get this: export: Command not found. So I tried this: echo $PATH Here is what was returned:

[git-users] Re: git: Command not found.

2013-03-01 Thread banacan99
I suppose I should say that I'm running OSX 10.8.2 on an iMac. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For

Re: [git-users] Re: git: Command not found.

2013-03-01 Thread banacan99
Ryan, I ran it, here is the output: bash bash-3.2$ export PATH=/usr/local/git/bin:$PATH bash-3.2$ git --version git version 1.7.9.1 bash-3.2$ exit Unfortunately I still receive git: Command not found when I enter git status at the prompt in ANY of my git enabled directories. Also, I did an

Re: [git-users] Re: git: Command not found.

2013-03-01 Thread banacan99
Dale, Here is what is returned: ps $$ PID TT STAT TIME COMMAND 28206 s000 S 0:00.02 -tcsh I confess I don't know what this means. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop

Re: [git-users] Re: git: Command not found.

2013-03-01 Thread banacan99
Ryan, Thanks for your help. Here is the output: echo $PATH /usr/local/mysql/bin:/usr/local/mysql/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin /usr/local/git/bin As you can see, git is now in the PATH - BUT - it is preceded by a space not a colon so when I type git

[git-users] Re: git: Command not found.

2013-03-01 Thread banacan99
Ryan et al, OK, after running Ryan's set PATH statement it still didn't work. I exited Terminal, re-opened and tried again - SUCCESS - woohoo! Thanks for all of you help! -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe

[git-users] git: Command not found.

2013-02-27 Thread banacan99
I have a clone of a local repository on my computer, and when I try to issue any git command from Terminal I get this git: Command not found.. That seems to indicate that git is not in the directory containing the clone, but it is. In fact I have used GITX (the graphical interface for Mac)