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: test/INTEGRATION_TESTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,31 +18,31 @@ Each contributor creates their own test accounts. The script expects a standard
18
18
2. Create two repositories:
19
19
-`gitbackup-test-public` (public)
20
20
-`gitbackup-test-private` (private)
21
-
3. Fork any public `hello-world` repo (for testing `-ignore-fork`)
21
+
3. Fork any public repo and rename it to `gitbackup-test-ignore-fork` (for testing `-ignore-fork`)
22
22
23
23
### GitLab
24
24
25
25
1. Create a [personal access token](https://gitlab.com/-/user_settings/personal_access_tokens) with `read_api` scope
26
26
2. Create two projects:
27
27
-`gitbackup-test-public` (public)
28
28
-`gitbackup-test-private` (private)
29
-
3. Fork any public `hello-world` project (for testing `-ignore-fork`)
29
+
3. Fork any public project and rename it to `gitbackup-test-ignore-fork` (for testing `-ignore-fork`)
30
30
31
31
### Bitbucket
32
32
33
33
1. Create an [API token](https://bitbucket.org/account/settings/app-passwords/) with `read:user:bitbucket`, `read:workspace:bitbucket`, and `read:repository:bitbucket` scopes
34
34
2. Create a workspace and two repositories:
35
35
-`gitbackup-test-public` (public)
36
36
-`gitbackup-test-private` (private)
37
-
3. Fork any public `hello-world`repo into your workspace (for testing `-ignore-fork`)
37
+
3. Fork any public repo into your workspace and rename it to `gitbackup-test-ignore-fork` (for testing `-ignore-fork`)
38
38
39
39
### Forgejo (Codeberg)
40
40
41
41
1. Create an [access token](https://codeberg.org/user/settings/applications) with `read:repository` permission
42
42
2. Create two repositories:
43
43
-`gitbackup-test-public` (public)
44
44
-`gitbackup-test-private` (private)
45
-
3. Fork any public `hello-world` repo (for testing `-ignore-fork`)
45
+
3. Fork any public repo and rename it to `gitbackup-test-ignore-fork` (for testing `-ignore-fork`)
0 commit comments