From: Carl Worth Date: Fri, 28 Sep 2007 22:02:54 +0000 (-0700) Subject: Rewrite push and pull examples i a more "git-friendly" fashion X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=597303c90f1268a9596bbef45f0615402e69e0d1;hp=597303c90f1268a9596bbef45f0615402e69e0d1;p=hgbook-git Rewrite push and pull examples i a more "git-friendly" fashion We now take advantage of remotes and use master..origin rather than the magic FETCH_HEAD. ---