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

NAME

gpbegin - document the beginning of a work session

SYNOPSIS

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

DESCRIPTION

gpbegin documents the beginning of a work session. A message is optional and will be included in the invoice if provided.

gpbegin may be called several times in succession to augment/update the state of the most recent work session. gpinvoice(1) will not start a new clock on subsequent calls until gpend(1) is called.

OPTIONS

-m message
Commit message (default empty).
-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. gpbegin(1)