Skip to content

Commit 5f749de

Browse files
committed
fix typos for auth
1 parent df62c31 commit 5f749de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/course_workflow/workflow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@ There, you would need to clone your fork and create your first branch you would
100100

101101
.. attention::
102102

103-
If git still asks for credentials, even if you did ``git auth login``:
103+
If github still asks for credentials, even if you did ``gh auth login``:
104104

105105
.. code-block:: bash
106106
107-
git auth refresh
107+
gh auth refresh
108108
# will ask for yes. It will give you a OTP for github.
109109
# got to https://github.com/login/device,
110110
# since we do not have the browser within jupyterlab
111111
# login, enter OTP
112-
git auth status
112+
gh auth status
113113
114114
115115
4. Sharing your work within the group

docs/git_integration/git_jlab.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ To pull changes from the remote to your local repo use ``git pull``. To get upda
127127

128128
.. attention::
129129

130-
If git still asks for credentials, even if you did ``git auth login``:
130+
If gh still asks for credentials, even if you did ``gh auth login``:
131131

132132
.. code-block:: bash
133133
134-
git auth refresh
134+
gh auth refresh
135135
# will ask for yes. It will give you a OTP for github.
136136
# got to https://github.com/login/device,
137137
# since we do not have the browser within jupyterlab
138138
# login, enter OTP
139-
git auth status
139+
gh auth status

0 commit comments

Comments
 (0)