Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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