Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 344 Bytes

File metadata and controls

16 lines (11 loc) · 344 Bytes

Git API

Connects to a local git repository and offers basic git commands.

Features

  • list remote urls
  • check whether there are uncommitted changes
  • stage all files
  • stash all tracked and staged files
  • create a new branch based on existing commit
  • checkout an existing branch

Dependencies