Common Parameters for gitr
Arguments
- n
Numeric. How far back to go from current
HEAD
. Same as the command linegit log -n
parameter. Forgit stash
commands, zero-index into the stash list.- file
Character. The path name to a file.
- branch
Character. The name of a branch, typically a feature branch.
- sha
Character. The commit SHA-1 hash to pull messages from. If
NULL
, the most recent commit on the current branch.