git sucks‽
Saturday, February 21st, 2009A 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: [...]