Re: [git-users] How to uninstall Git on Centos 6.x

2012-09-13 Thread Konstantin Khomoutov
On Wed, Sep 12, 2012 at 06:49:31PM -0700, Bryce Verdier wrote: > If you still have the source directory around you should be able to cd into > that directory and run "make clean". Wrong. `make clean` is about deleting compiled object files, binaries and other generated stuff; deleting from the so

Re: [git-users] unix / windows EOL

2012-09-13 Thread fpefpe
Thanks for the info ... In general I want to save my work, which us usual windows code. It seems from the install, that there is a mini cygwin layer so if that is the case I would just use git from within cygwin and set those config sections as noted thanks On Thursday, September 13, 201

Re: [git-users] Re: trying to config git trouble with adduser

2012-09-13 Thread Konstantin Khomoutov
On Thu, 13 Sep 2012 04:38:39 -0700 (PDT) maxhodges wrote: > I finally got it installed after spending hours of web research. This > is the command I had to use: > > $ rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm > > $ yum install --disableexcludes=main --enablerepo=webtatic git-all

[git-users] Re: Looking for a reccommendation of a GUI git interface for Windows

2012-09-13 Thread maxhodges
http://www.syntevo.com/smartgit/index.html On Tuesday, September 11, 2012 11:39:18 AM UTC+9, dmanexe wrote: > > Hello, I am rolling out a git solution for one of my clients, but they're > running Windows and I cannot think of a good GUI git client for Windows. > The client wants to use git, and

Re: [git-users] Re: trying to config git trouble with adduser

2012-09-13 Thread maxhodges
I finally got it installed after spending hours of web research. This is the command I had to use: $ rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm $ yum install --disableexcludes=main --enablerepo=webtatic git-all But then I get stuck on the next set of instructions: http://git-s

Re: [git-users] Re: trying to config git trouble with adduser

2012-09-13 Thread maxhodges
Apparently there is no official package for RHEL5 install-linux64-apt.sh No package git available. yum install git: No package git available. $ apt-get install git bash: apt-get: command not found On Thursday, September 13, 2012 8:20:43 PM UTC+9, Konstantin Khomoutov wrote: > > On Thu, 1

Re: [git-users] Re: trying to config git trouble with adduser

2012-09-13 Thread Konstantin Khomoutov
On Thu, 13 Sep 2012 03:46:34 -0700 (PDT) maxhodges wrote: > nevermind. I give up on installing Git. I wonder why you have any complications with it at all. Installing Git is a matter of telling # apt-get install git That's all I need to do to get a working Git on my system. -- You received thi

Re: [git-users] trying to config git trouble with adduser

2012-09-13 Thread Konstantin Khomoutov
On Thu, 13 Sep 2012 02:51:26 -0700 (PDT) maxhodges wrote: > When I enter "sudo adduser git" > i get "radd git "sudo: useradd: command not found" > when I enter "whereis adduser" I get /usr/sbin/adduser but I can't > switch to it root@431901-web1 [/usr/sbin]$ cd adduser bash: cd: > adduser: No

[git-users] Re: trying to config git trouble with adduser

2012-09-13 Thread maxhodges
nevermind. I give up on installing Git. -- 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/-/p2MK9sJkiM0J. To post to this group, send email to git-users@

[git-users] trying to config git trouble with adduser

2012-09-13 Thread maxhodges
When I enter "sudo adduser git" i get "radd git "sudo: useradd: command not found" when I enter "whereis adduser" I get /usr/sbin/adduser but I can't switch to it root@431901-web1 [/usr/sbin]$ cd adduser bash: cd: adduser: Not a directory when I do a ls I see it has an @ after it adduser@ wha

Re: [git-users] use GIT with web portal

2012-09-13 Thread ansh
i just wanted to make use of file system instead of database. the files can be really large. can you provide a link to a case study of where git can be used as a learning material. m glad you responded so +vely. :) On Wednesday, 12 September 2012 18:42:24 UTC+5:30, Konstantin Khomoutov wrote:

Re: [git-users] unix / windows EOL

2012-09-13 Thread Philip Oakley
From: fpefpe To: git-users@googlegroups.com Sent: Thursday, September 13, 2012 2:30 AM Subject: [git-users] unix / windows EOL Hello -- Is there an option or switch for git to handle files created on windows that have a EOL where files on unix have Yes. Though it can be 'com