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

[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@ what does

[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

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 m...@whiterabbitpress.com 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:

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 m...@whiterabbitpress.com 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

[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 Konstantin Khomoutov
On Thu, 13 Sep 2012 04:38:39 -0700 (PDT) maxhodges m...@whiterabbitpress.com 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

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