# please status and please log<no value>

Two read only commands for seeing where your repository stands.

<!--more-->

## please status

```bash
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

```bash
please log
```

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