Common Parameters for gitr
Arguments
- n
integer(1)
. How far back to go from currentHEAD
. Same as the command linegit log -n
parameter. Forgit stash
commands, zero-index into the stash list.- file
character(1)
. The path to a file.- branch
character(1)
. The name of a branch, typically a feature branch.- sha
character(n)
. The commit secure hash algorithm (SHA-1). IfNULL
, typically points to the most recent commit on the current branch.