On Tue, Nov 23, 2010 at 7:23 PM, Tarek Ziadà <ziade.tarek@xxxxxxxxx> wrote: > Hello, > > I am new to Git and I tried to run "git st" > > I have found one small bug: "status" is not listed in the help screen > Git displays in that case. > > $ git st > git: 'st' is not a git command. See 'git --help'. > > Did you mean one of these? >    Âreset >    Âstage >    Âstash It's heuristics, based on the assumption that you mistype a command by a letter or two. It gives helpful suggestions most of the time, but you can't expect it to be always right, especially when "st" is not a mistyping. "git --help" does show "status" though so I guess it's ok. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html