Re: need git suggestion

2011-12-29 Thread Peter Beck

On 12/28/2011 02:50 PM, Andreas Weber wrote:

git command line
gitk
git-gui


giggle is another nice gui frontend


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4efc9947.6040...@datentraeger.li



Re: need git suggestion

2011-12-28 Thread Andreas Ronnquist
On Wed, 28 Dec 2011 11:07:37 +0530
J. Bakshi baksh...@gmail.com wrote:
 we are working in svn environment. We like to upgrade our-self to git 
 technology.
 We have both Linux/windows environment but max. is Linux. Could any one 
 suggest a
 good online guide as well as GUI clients for quick starting the git ?

If you can stand the commandline, the following screen-cast is brilliant:

http://vimeo.com/16395537

best regards
/Andreas


signature.asc
Description: PGP signature


Re: need git suggestion

2011-12-28 Thread J. Bakshi
On Wed, 28 Dec 2011 11:29:45 +0100
Andreas Ronnquist mailingli...@gusnan.se wrote:

 On Wed, 28 Dec 2011 11:07:37 +0530
 J. Bakshi baksh...@gmail.com wrote:
  we are working in svn environment. We like to upgrade our-self to git 
  technology.
  We have both Linux/windows environment but max. is Linux. Could any one 
  suggest a
  good online guide as well as GUI clients for quick starting the git ?
 
 If you can stand the commandline, the following screen-cast is brilliant:
 
 http://vimeo.com/16395537
 
 best regards
 /Andreas

Yes, it is rreally nice. But I need a GUI for linux. And the users are 
unfamiliar with git.
So needs good doc too. Please help.

Thanks


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111228161938.61806...@shiva.selfip.org



Re: need git suggestion

2011-12-28 Thread Andreas Weber
 technology. We have both Linux/windows environment but max. is Linux.
 Could any one suggest a good online guide as well as GUI clients for
 quick starting the git

Use

git command line
gitk
git-gui

and you'll be happy. Most of the GUI stuff can be done in gitk and
git-gui. If you really really need a GUI, then you might want to use

http://www.syntevo.com/smartgit/index.html

which we use a lot. The problem with GUI tools is that they use
different wording. However this might be something you actually like,
because they came from SVN in the beginning I think.

Funny thing was here: Most of the users switched to the CLI from
SmartGit after a month or so because they found out it performs much
better and offers more possibilities.

HTH, ändu


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4efb1eaf.6020...@worldwideweber.ch



Re: need git suggestion

2011-12-28 Thread Roger Leigh
On Wed, Dec 28, 2011 at 04:19:38PM +0530, J. Bakshi wrote:
 On Wed, 28 Dec 2011 11:29:45 +0100
 Andreas Ronnquist mailingli...@gusnan.se wrote:
 
  On Wed, 28 Dec 2011 11:07:37 +0530
  J. Bakshi baksh...@gmail.com wrote:
   we are working in svn environment. We like to upgrade our-self to git 
   technology.
   We have both Linux/windows environment but max. is Linux. Could any one 
   suggest a
   good online guide as well as GUI clients for quick starting the git ?
  
  If you can stand the commandline, the following screen-cast is brilliant:
  
  http://vimeo.com/16395537
  
  best regards
  /Andreas
 
 Yes, it is rreally nice. But I need a GUI for linux. And the users are 
 unfamiliar with git.

git gui
gitk (browser)

But the reality is that git is a command-line tool; you'll need to
use it as such to get the most out of it.  The same applies to all
version control systems though; git is not an exception!  There
are plenty of excellent git tutorials; google can find them:

http://www.google.co.uk/search?q=git+tutorialie=UTF-8oe=UTF-8
http://book.git-scm.com/

No GUI will expose all of the functionality of the command-line
interface--if you want to do anything more exciting than the
basics, then you need to learn how to drive it.  It's not that
difficult if you start simple and work through some of the
tutorials.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111228145346.gc5...@codelibre.net



Re: need git suggestion

2011-12-28 Thread J. Bakshi
On Wed, 28 Dec 2011 14:53:46 +
Roger Leigh rle...@codelibre.net wrote:

 git gui
 gitk (browser)
 
 But the reality is that git is a command-line tool; you'll need to
 use it as such to get the most out of it.  The same applies to all
 version control systems though; git is not an exception!  There
 are plenty of excellent git tutorials; google can find them:
 
 http://www.google.co.uk/search?q=git+tutorialie=UTF-8oe=UTF-8
 http://book.git-scm.com/
 
 No GUI will expose all of the functionality of the command-line
 interface--if you want to do anything more exciting than the
 basics, then you need to learn how to drive it.  It's not that
 difficult if you start simple and work through some of the
 tutorials.
 
 
 Regards,
 Roger
 



Thanks to all responders for your kind suggestions.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111229101047.7a9e4...@shiva.selfip.org



Re: need git suggestion

2011-12-27 Thread Kevin Ross

On 12/27/2011 09:37 PM, J. Bakshi wrote:

Dear list,

we are working in svn environment. We like to upgrade our-self to git 
technology.
We have both Linux/windows environment but max. is Linux. Could any one suggest 
a
good online guide as well as GUI clients for quick starting the git ?

Thanks


The official documentation (http://git-scm.com/documentation) is a good 
place to start, especially the SVN Crash Course 
(http://git-scm.com/course/svn.html)


As for GUI's, sorry can't help there, I use the command line myself.  
Maybe TortoiseGit?


-- Kevin





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4efab7fe.5070...@familyross.net



Re: need git suggestion

2011-12-27 Thread Ashton Fagg

On 28/12/11 15:37, J. Bakshi wrote:

GUI clients for quick starting the git ?


I've only used git-cola (it's cross platform, I wouldn't be surprised if 
it's already in the Debian repos). It was pretty good for the short time 
I used it, but I have no comparison to anything else as I mostly work 
with the command line for stuff like this.


http://git-cola.github.com

Cheers.

--
Ashton Fagg (ash...@fagg.id.au)
Web: http://www.fagg.id.au/~ashton/

Keep calm and call Batman.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4efabfa4.6020...@fagg.id.au