[git-users] Set up git in godaddy server

2012-09-11 Thread Saravanan P
Hello there, I want to setup git in my server. As mentioned some tutorial, i install git version 1.7.3.4 in home directory (/var/chroot/home/content/xx/xxx/git). then I initialize git repository by git init --bare in my samplerepo.git then i add code in .bashrc file as follow export

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

2012-09-11 Thread Martin Møller Skarbiniks Pedersen
On 11 September 2012 04:39, dmanexe dman@gmail.com 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 wants a GUI client, but doesn't want to pick what

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

2012-09-11 Thread Lars Pensjö
You are missing my favorite, msysgit ( http://msysgit.github.com/ ). On Tuesday, 11 September 2012 09:42:28 UTC+2, Martin Møller Skarbiniks Pedersen wrote: On 11 September 2012 04:39, dmanexe dman...@gmail.com javascript: wrote: Hello, I am rolling out a git solution for one of my

[git-users] use GIT with web portal

2012-09-11 Thread ansh
hi all i wanted to know whether GIT can be used by my web Portal. my requirement is to save a file in 3 revision history from webpage on ubuntu. if yes a link to read will be helpful thanks ansh -- You received this message because you are subscribed to the Google Groups Git for human

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

2012-09-11 Thread Konstantin Khomoutov
On Tue, 11 Sep 2012 01:25:36 -0700 (PDT) Lars Pensjö lars.pen...@gmail.com wrote: You are missing my favorite, msysgit ( http://msysgit.github.com/ ). Well, I thought installing Git for Windows, which you called msysgit, is taken for granted and the question was more about slightly more

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

2012-09-11 Thread Konstantin Khomoutov
On Tue, 11 Sep 2012 01:57:46 -0700 (PDT) ansh anshulksharm...@gmail.com wrote: hi all i wanted to know whether GIT can be used by my web Portal. my requirement is to save a file in 3 revision history from webpage on ubuntu. I don't think I managed to fully parse this. Do you want to

[git-users] Re: Install and configuration scenarios

2012-09-11 Thread maxhodges
Thanks! So I decided to install the Windows version locally (I do web dev but also .NET dev, so seems circuitous to run it on unix for my .NET projects). For the web development work I'll just deploy it myself with FTP, but wanted to ask: is there any convenient way to have it build a

[git-users] Re: Install and configuration scenarios

2012-09-11 Thread maxhodges
In a nutshell: can if I delete my working copy of some files in Git, can I have Git write a subset of them to my working directory for me (so that I have just copy the recently modifies files in a branch out to my web server)? -- You received this message because you are subscribed to the

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

2012-09-11 Thread Philip Oakley
- Original Message - From: Lars Pensjö To: git-users@googlegroups.com Cc: Lars Pensjö Sent: Tuesday, September 11, 2012 8:04 PM Subject: Re: [git-users] Looking for a reccommendation of a GUI git interface for Windows A little confusing.

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

2012-09-11 Thread Wesley Render
I have installed Git from source on a Centos 6.x server. Would anyone know how to properly uninstall the source version? I would like to upgrade to an RPM version. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To view this

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

2012-09-11 Thread ansh
@Konstantin u not much far from it ... the links you gave helped a lot. actually i had an editor in portal and the i wanted to save that data automatically in sometime in a revised version, also keep older versions upto 2 revisions and current as the 3rd. i will read more and decide what

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

2012-09-11 Thread ansh
u not much far from it ... the links you gave helped a lot. actually i had an editor in portal and the i wanted to save that data automatically in sometime in a revised version, also keep older versions upto 2 revisions and current as the 3rd. i will read more and decide what will be best for