Skip to content

Quick start

  1. Install git-activity

    shell
    brew install olets/tap/git-activity
  2. Close the terminal, and open a new terminal.

  3. Set up automatic recording in all new repos

    shell
    git activity install --global
  4. Set up automatic recording in existing repos

    shell
    cd my-repo
    git activity install
  5. Use Git for a while.

  6. Review your Git activity

    shell
    git activity show
  7. Read up on all the ways you can filter git activity show, at Usage > Show.