develooper Front page | perl.perl5.porters | Postings from March 2008

Re: Switching to Git

Thread Previous | Thread Next
From:
Sam Vilain
Date:
March 6, 2008 12:38
Subject:
Re: Switching to Git
Message ID:
47D056B5.5010201@vilain.net
John Peacock wrote:
> We also desperately need specific documentation:
> 
> * Mapping between Perforce commands and the equivalent git command (for
> the few of us who at least sometimes use Perforce);

Take a look at the git-p4raw man page; it has that information, based on
some brief questions I asked people about which Perforce commands they
wanted emulated by the conversion tool.

Check this;

  wget -q -O - \
  'http://utsl.gen.nz/gitweb/?p=git-p4raw;a=blob_plain;f=git-p4raw' |
  pod2man | nroff -man | less -r

(or git clone git://utsl.gen.nz/git-p4raw; cd git-p4raw;
git checkout stable; perldoc git-p4raw)

> * Perl centric git cheat sheet for common operations (like update to
> change #12345) for the casual user (1).

That's a good idea; probably worth doing along with the Porting/ tools
changes - but perhaps a wiki page will be a good start.

> 1) there are lots of "cheat sheets" floating around about how to use
> git tools - I think this is evidence that [...] many
> people have to write "GIT for mortals" pages.

Well, people write programming cookbooks for Perl, too.  It's a flexible
tool that just oozes TIMTOWTDI.  It doesn't have a One True Workflow™,
so people write the commands which suits their workflow and project.  I
think once you grok it you'll find it's not so bad.

Sam.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About