Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 339 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 339 Bytes

Git

Common library and utilities to use Git in NodeJS

Installation

yarn add @blendsdk/git --save
npm install @blendsdk/git --save

Utlities

Check if we are on a given branch

is_git_branch <branch name>

Check if the current working git folder is clean

is_git_clean