git-scptd
git-scptd is an utility to help manage AppleScript bundles in version control system using git. The features are follows.
- The repository will be created in the bundle.
- Setup the configuration of the repository to view changes of ".scpt" files using "git diff".
- Menus of frequentry used commnds is provided.
- Menus to launch applications woking with "git" is provided.
History
- 1.1 -- 2020-02-20
- Added "pull", "push --tags" actions.
- Added "GitHub Desktop" action.
- Remove "gui", "gitk" and "GitX" actions.
- Scripting Additions are not required.
- Documents are contained in the bundle.
- The application is notarized.
- 1.0.2 -- 2012-07-05
- Fixed : error "fatal: pathspec .'gitattributes' did not match any files", when a repositiory will be created.
- 1.0.1 -- 2012-06-21
- English document is added.
- 1.0 -- 2012-06-15
- initial release.