1. gpend(1)
  2. Git Paid
  3. gpend(1)

NAME

gpend - document the end of a work session

SYNOPSIS

gpend [-m message] [-b branch] [-r repo]

DESCRIPTION

gpend documents the end of a work session. A message is required and will be taken interactively via GIT_EDITOR if one is not given found the arguments.

gpend may be called several times in succession to augment/update the state of the most recent work session. gpinvoice(1) will not stop the clock until the final gpend commit of a work session.

OPTIONS

-m message
Commit message.
-b branch
Branch name (default master).
-r repo
Repository path (default ~/.gitpaid).
-h
Show a help message.

FILES

~/.gitpaid
The default repository for Git Paid data.

ENVIRONMENT

GITPAID_REPO
Override for the default repository.
GITPAID_BRANCH
Override for the default branch.

THEME SONG

Notorious B.I.G. - "Mo Money Mo Problems"

AUTHOR

Richard Crowley r@rcrowley.org

  1. January 2011
  2. gpend(1)