git2r (version 0.10.1)

show,git_time-method: Brief summary of git_time

Description

Brief summary of git_time

Usage

## S3 method for class 'git_time':
show(object)

Arguments

object
The time object

Value

  • None (invisible 'NULL').

Examples

Run this code
## Initialize a temporary repository
path <- tempfile(pattern="git2r-")
dir.create(path)
repo <- init(path)

## Create a user
config(repo, user.name="Alice", user.email="alice@example.org")

## Brief summary of git_time from the default signature
default_signature(repo)@when

Run the code above in your browser using DataCamp Workspace