Two read only commands for seeing where your repository stands.

please status

please status

A plain language view of where you stand: current branch, how far ahead or behind the remote you are, and what has changed. No staged or unstaged jargon.

please log

please log

A readable commit graph. Replaces remembering the flags for git log --oneline --graph --decorate.