Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58126
| References | <mailman.1793.1383108900.18130.python-list@python.org> <1626628321404821598.534803patrick.vrijlandt-gmail.com@newszilla.xs4all.nl> <CAN8CLgnoSpRsG+SBLtvcj3=MWvjD0-2TvbyDg2AxXMdj2PGZ+Q@mail.gmail.com> |
|---|---|
| Date | 2013-10-31 08:31 +1100 |
| Subject | Re: personal library |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1851.1383168685.18130.python-list@python.org> (permalink) |
On Thu, Oct 31, 2013 at 7:19 AM, Tim Delaney <timothy.c.delaney@gmail.com> wrote: > What it comes down to for me is that Mercurial usage fits in my head and I > rarely have to go to the docs, whereas with Git I have to constantly go to > the docs for anything but the most trivial usage - even when it's something > I've done many times before. I'm always afraid that I'm going to do > something *wrong* in Git. Oddly enough, I've had the opposite experience. With git, I can do whatever I want easily, but with Mercurial, some tasks seem to elude me. (Is there a "Mercurial cheat-sheet for git users" somewhere? I'm looking for things like creating an emailable patch from a commit, pulling in the latest updates while keeping my own changes (I think rebase is a hg plugin??), and ideally, some approximate equivalent to gitk as a visual representation of the repo.) But yeah. Either git or hg will serve you well, and Bazaar (bzr) also has its advocates. Getting to know all three (or at least git/hg) to at least some extent will serve you well - at least be comfortable enough with the basics to clone someone else's project, pull changes from upstream, and see where it's at. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-29 21:29 +0000
Re: personal library Dave Angel <davea@davea.name> - 2013-10-30 02:00 +0000
Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-30 15:26 +1100
Re: personal library Paul Rudin <paul.nospam@rudin.co.uk> - 2013-10-30 06:31 +0000
Re: personal library Ben Finney <ben+python@benfinney.id.au> - 2013-10-30 15:33 +1100
Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-30 15:48 +1100
Re: personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-30 20:02 +0000
Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 07:19 +1100
Re: personal library Ben Finney <ben+python@benfinney.id.au> - 2013-10-31 07:37 +1100
Re: personal library Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-10-30 21:52 +0100
Re: personal library paul.nospam@rudin.co.uk - 2013-10-30 20:34 +0000
Re: personal library Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-30 21:08 +0000
Re: personal library Grant Edwards <invalid@invalid.invalid> - 2013-10-30 21:20 +0000
Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-31 08:31 +1100
Re: personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-31 21:48 +0000
Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 08:43 +1100
Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 08:45 +1100
Re: personal library rusi <rustompmody@gmail.com> - 2013-10-31 20:38 -0700
csiph-web