A few people on Planet GNOME are complaining about git, so I figured I should also post an example about git’s shortcomings when passing unexpected command line arguments.

$ git make me a sandwich

git: ‘make’ is not a git-command. See ‘git –help’.

As a counter-point, let’s see how well bzr handles this…

$ bzr make me a sandwich

-bash: bzr: command not found

At this point it seems fairly obvious that version control systems (even distributed ones) are not good chefs — after all, that’s what sudo is for.