Skip to content

Instantly share code, notes, and snippets.

@davidfowl
Created August 7, 2011 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidfowl/1129971 to your computer and use it in GitHub Desktop.
Save davidfowl/1129971 to your computer and use it in GitHub Desktop.
$ git -s status
Unknown option: -s
usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects]
[--bare] [--git-dir=<path>] [--work-tree=<path>]
[-c name=value] [--help]
<command> [<args>]
$ git status -s
?? .gitignore
?? Default.cshtml
?? Web.config
?? bin/
?? docu.exe
?? docu.pdb
?? templates/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment