On Thu, 26 Apr 2007 21:05:01 +0200, Albert Astals Cid wrote:
> How much time does a complete git newbie need to learn to do a checkout, diff
> and commit?
>
> Can i learn this basic things in say, less than 1 hour?

Absolutely!

Here's a very short cheat sheet from the beginning:

        git clone <url>         # Initial "checkout"
        cd poppler
        # hack, hack hack
        git diff                # See what you've done
        git commit -a           # Create a commit locally
        git push                # Push commits out to remote
        git pull                # Pull in new commits

> If yes and nobody says NO i'd like to try a new VCS :-)

Good choice! :-)

-Carl

Attachment: pgpuQijBOiwdd.pgp
Description: PGP signature

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to