You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@ This extension is a hack of the GAS IDE's internal RPC, so there's no guarantee
18
18
Install this extension from [chrome web store](https://chrome.google.com/webstore/detail/lfjcgcmkmjjlieihflfhjopckgpelofo).
19
19
20
20
# 2.Usage
21
-
After install, when you open GAS editor, a new button will appear to allow you to login to Github/Github Enterprise/Bitbucket.
21
+
After install, when you open GAS editor, a new button will appear to allow you to login to GitHub/GitHub Enterprise/Bitbucket/GitLab.
22
22
23
23
## 2.1.Login
24
-
Login to your Github/Github Enterprise/Bitbucket/Gitlab account, with Two-factor authentication support for Github/Github Enterprise.
24
+
Login to your GitHub/GitHub Enterprise/Bitbucket/GitLab account, with Two-factor authentication support for GitHub/GitHub Enterprise.
25
+
You can also use an existed token for GitHub/GitHub Enterprise/GitLab.
25
26
26
27
Actually, this is not a login action, but to create the `access token` which will be used for the extension
27
28
>Note: the access token will be stored in `chrome.storage.sync`(password will not be stored), if you take this as a security hole, pleast **DO NOT** use this extension.
@@ -38,7 +39,7 @@ In `Repo` and `Branch` dropdown list, there is an option to Create new Repo and
38
39
New Repo will be created with an init, with a default README.md.
39
40
40
41
### 2.3.2.Pull and Push
41
-
The **PULL/PUSH** is not actually the same as Github/Bitbucket's **PULL/PUSH**, because GAS project does not have any git info, so what we can do is limited.
42
+
The **PULL/PUSH** is not actually the same as GitHub/Bitbucket's **PULL/PUSH**, because GAS project does not have any git info, so what we can do is limited.
42
43
43
44
The differences are:
44
45
@@ -65,7 +66,7 @@ but you will need to delete the token or revoke Bitbucket's oauth yourself from
65
66
66
67
# 3.Features
67
68
68
-
- Manage code with Github, Github Enterprise, Bitbucket and Gitlab
69
+
- Manage code with GitHub, GitHub Enterprise, Bitbucket and GitLab
69
70
- Support embedded scripts
70
71
- Push/Pull code between SCM and GAS
71
72
- Sync code to public/secret Gist
@@ -74,9 +75,9 @@ but you will need to delete the token or revoke Bitbucket's oauth yourself from
74
75
- Choose files to pull/push
75
76
- Support file changed/added/deleted/renamed
76
77
- Add Commit comment when push
77
-
- Support two-factor authentication(Github, Github Enterprise only)
78
+
- Support two-factor authentication(GitHub, GitHub Enterprise only)
78
79
- Work with directory(with slash in filename)
79
-
- Support Github Organizations, Bitbucket Teams and Gitlab Groups.
80
+
- Support GitHub Organizations, Bitbucket Teams and GitLab Groups.
80
81
- Google Apps Script native ui
81
82
- Option to change filetype from `.gs` to `.js` when uploading to SCM
82
83
- Option to add ignore file pattern.
@@ -87,6 +88,6 @@ please create an issue for any question or bug report.
87
88
# 5.Known issues
88
89
89
90
-`.gs` file which contains a function with the same name as the file will not work [#18](https://github.com/leonhartX/gas-github/issues/18). (limited by GAS'S RPC)
90
-
- Can not push to a blank repo without a init commit. (limited by Github API)
91
+
- Can not push to a blank repo without a init commit. (limited by GitHub API)
91
92
92
93
PS: There is a similar [extension](https://github.com/leonhartX/lambda-github) for sync your AWS lambda code.
0 commit comments