2.2.2 (2020-09-05)
- Prevent interactive commit message prompt (eda5693)
- Typo (e673da8)
- Use
--force
instead of-f
for worktree remove command (6685967)
2.2.1 (2020-02-23)
- typo in author (auther) (fc38c0a)
2.2.0 (2019-10-28)
- Fix async function (0ebc857)
- Apply .gitignore filter when copying files (4d81bff)
- Prefix and message are no longer demand options (2448076)
- Support repository url (668e46a)
2.2.0-beta.2 (2019-10-28)
- Fix async function (0ebc857)
2.2.0-beta.1 (2019-10-28)
- Apply .gitignore filter when copying files (4d81bff)
- Prefix and message are no longer demand options (2448076)
- Support repository url (668e46a)
2.1.0 (2019-10-26)
- force option is incorrect (bc4d216)
- Add --debug option (3f4ae24)
- Create temporary branch as working branch (8947cce)
- git command output as debug (2f40aac)
- Remove allow-empty option (0cbb763)
2.1.0-beta.4 (2019-10-26)
- force option is incorrect (bc4d216)
2.1.0-beta.3 (2019-10-25)
2.1.0-beta.2 (2019-10-25)
- Add --debug option (3f4ae24)
2.1.0-beta.1 (2019-10-18)
- Remove allow-empty option (0cbb763)
2.0.0 (2019-10-16)
- Add cli (1ed7ada)
- Add git function (96d95f9)
- Add more options (allow-empty, author, force, tag, remote, dry-run, cwd) (29e6208)
- Check --prefix and --cwd options (8566a9f)
- Rewrite in javascript (75933a0)
- Support dry-run mode (53c5ec0)
- test build (0a1ddb9)
- test build (02f0588)
- Shell script has been removed. Available as a package.
2.0.0-beta.4 (2019-10-16)
- test build (0a1ddb9)
2.0.0-beta.3 (2019-10-16)
- test build (02f0588)
2.0.0-beta.2 (2019-10-16)
2.0.0-beta.1 (2019-10-16)
- Add cli (1ed7ada)
- Add git function (96d95f9)
- Add more options (allow-empty, author, force, tag, remote, dry-run, cwd) (29e6208)
- Rewrite in javascript (75933a0)
- Shell script has been removed. Available as a package.
1.1.2 (2019-07-16)
- exit code (7edcec5)
1.1.1 (2019-07-09)
- Failed to move file (ae39e79)
1.1.0 (2019-07-09)
- Add --version option (35079e7)
1.0.2 (2019-07-08)
- Use 'git stash' properly (379830a)
1.0.1 (2019-07-06)
- Use 'git stash' properly (cb7c709)
- Implementation (346202c)