Skip to content

Releases: fab1o/git-command-line

1.4.0

04 Oct 19:26
Compare
Choose a tag to compare
  • Remove chaining.
    old:
    git.add().commit().status();
    new:
    git.add();
    git.commit();
    git.status();

1.3.0

01 Oct 19:48
Compare
Choose a tag to compare

1.2.1

30 Sep 21:35
Compare
Choose a tag to compare
  • Renamed workingDirectory to cwd
  • Fixes bugs

1.1.0

22 Sep 17:59
Compare
Choose a tag to compare
  • Added stash method

1.0.0

17 Sep 05:06
Compare
Choose a tag to compare
Change name of repo