Michael S. Tsirkin wrote:
I did this by mistake:
$git fet linux-2.6
git: 'fet' is not a git-command
The most commonly used git commands are:
add Add file contents to the changeset to be committed next
apply Apply a patch on a git index file and a working tree
(use 'git help -a' to get a list of all installed git commands)
It should have listed more than just those two...
- Josh Triplett