Last Updated: February 25, 2016
·
661
· orangejulius

Better git status

spectre256@ocean ~/repos/linux $ git status
# Not currently on any branch.
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#   modified:   README
#
no changes added to commit (use "git add" and/or "git commit -a")
spectre256@ocean ~/repos/linux $ git status -sb
## HEAD (no branch)
 M README