@@ -8,10 +8,10 @@ Setting up your workspace
8
8
9
9
.. _section-ide :
10
10
11
- Configuring text editors and IDEs for use with Sage
12
- ===================================================
11
+ Text editors and IDEs for use with Sage
12
+ =======================================
13
13
14
- In Meta-Issue :issue: `30500 ` we are collecting instructions how to configure
14
+ In meta :issue: `30500 ` we are collecting instructions how to configure
15
15
various text editors and IDEs for use with Sage.
16
16
17
17
@@ -34,12 +34,12 @@ You can now run and edit Sage's code. Contributing your changes follows the norm
34
34
:ref: `Git workflow <chapter-git-basic >`.
35
35
For this to work, you first have to authorize Gitpod with GitHub:
36
36
37
- 1. In the running Gitpod workspace, generate a new SSH key pair by ``ssh-keygen -f tempkey ``.
38
- 2. Save the private key as a secure environment variable in Gitpod using
39
- `` gp env PRIVATE_SSH_KEY="$(<tempkey)" ``,
40
- or by using the ` Gitpod UI <https://www.gitpod.io/docs/environment-variables#using-the-account-settings >`_.
41
- 3. Register the public key with GitHub following the instructions in :ref: `section-github-ssh-key `.
42
- 4. Close this Gitpod workspace.
37
+ 1. In the running Gitpod workspace, generate a new SSH key pair by ``ssh-keygen -f tempkey ``.
38
+ 2. Save the private key as a secure environment variable in Gitpod using `` gp
39
+ env PRIVATE_SSH_KEY="$(<tempkey)" ``, or by using the ` Gitpod UI
40
+ <https://www.gitpod.io/docs/environment-variables#using-the-account-settings> `_.
41
+ 3. Register the public key with GitHub following the instructions in :ref: `section-github-ssh-key `.
42
+ 4. Close this Gitpod workspace.
43
43
44
44
After following this procedure, every new Gitpod workspace will have a
45
45
working ``origin `` remote to which you can push your changes.
0 commit comments