We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071fdea commit e6de0b8Copy full SHA for e6de0b8
docs/contributing/index.md
@@ -15,6 +15,7 @@ Clone your fork repository on your PC/laptop:
15
# clone your fork of the repository
16
git clone [email protected]:${githubusername}/cscs-docs.git
17
cd cscs-docs
18
+# create a branch for your changes (here we are fixing the ssh docs)
19
git switch -c 'fix/ssh-alias'
20
# ... make your edits ...
21
# add and commit your changes
0 commit comments