应用截图

Google Apps Script GitHub 助手截图1
Google Apps Script GitHub 助手截图2
Google Apps Script GitHub 助手截图3
Google Apps Script GitHub 助手截图4
Google Apps Script GitHub 助手截图5

详细介绍

使用GitHub/GitHub Enterprise/Bitbucket/GitLab管理GAS的inline代码

Manage your Google Apps Script code with your favorite scm(github/github enterprise/bitbucket).

[IMPORTANT] The new version requires Google OAuth to call Apps Script API, before the OAuth app be verified by Google, it only allow to grant 100 users' permission, if you encounter some errors said can not grant permission to the app, please wait for the verification process completed, sorry for the inconvenience!
If you can not wait, please try check out the code from https://github.com/leonhartX/gas-github and switch to v4.0.3, install the extension from source with "Load Unpacked" in the extension page, it can still work with the old IDE.

Feature:
- Push/Pull code between github and Google Apps Script
- Sync your code to public/secret Gist
- Works with "Embedded" scripts (Scripts that are bound to SHEETS, DOCS, and FORMS)
- Create github repo, branch and file from Google App Script IDE
- Show diff when pull/push
- Support choose files to pull/push
- Support commit comment when push
- Support Github, Github Enterprise, Bitbucket and GitLab
- Support two-factor authentication(only for Github and Github Enterprise)
- Support directory(with slash in filename)
- Support Github Organization, Bitbucket Team and GitLab Groups.
- Google Apps Script native ui

Attention:

- The *Pull* is not work actually the same as Github, since Google Apps Script do not have revision info, the *Pull* will just fetch your code from github and OVERWRITE(not merge) to the project.

Changelog 5.1.0
- support auto-completion in repo and branch list
- adjust diff window size

Changelog 5.0.6
- migrate to manifest v3

Changelog 5.0.5
- remove gitlab.com permission, fix some gitlab issue by @Hell-K

Changelog 5.0.3
- remove unnecessary permission

Changelog 5.0.2
- fix ignore file error

Changelog 5.0.1
- improve log for new IDE
- change extension icon

Changelog 5.0.0
- [IMPORTANT] Use Google Apps Script API ins