robotframework / QuickStartGuide

Robot Framework Quick Start Guide
280 stars 309 forks source link

BUILD.rst: Changes "git st" to "git status" #11

Closed ncraike closed 6 years ago

ncraike commented 6 years ago

Changes git st to git status.

git st isn't a standard command, although the original author may have an alias configured. Running git st on a standard Git setup gives:

$ git st
git: 'st' is not a git command. See 'git --help'.

The most similar commands are
    status
    reset
    stage
    stash
    svn
pekkaklarck commented 6 years ago

Good catch, thanks!