1.4.3 • Published 4 years ago

@peter-evans/actions-git v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

actions-git

CI

A git library for GitHub Actions.

This library extracts the git command internals of actions/checkout into a module. It has then been extended with additional git commands.

:warning: This library is intended to support my own GitHub actions. Updates may include breaking interface changes.

Usage

npm install @peter-evans/actions-git
import * as actionsGit from '@peter-evans/actions-git'
const workingDirectory = '.'
const lfs = false
const git = await actionsGit.createGitCommandManager(workingDirectory, lfs)

await git.fetch('my-branch')
1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago