[poppler] Switching source control tools.

Carl Worth cworth at cworth.org
Thu Apr 26 13:05:30 PDT 2007


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/poppler/attachments/20070426/decba519/attachment.pgp


More information about the poppler mailing list