-
-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH (and PAT) In-Depth Supplemental Episode #824
Comments
Hello Carpenter's, I wrote up some additional content for this supplemental SSH lesson. Let me know what you think of this. I'm also thinking of covering the following:
I hope to have enough time to write that up early next week. |
There are many duplicative SSH/PAT issues opened, so I'm adding the discussion tag so folks can also discuss the best way to add the additional material. Please refer to previous discussions, as well. |
Hope I am commenting in the correct place (following on from a duplicate issue mered into this, which was then closed). Would it not make sense to remove the reference to this supplementary episode in the main lessons until the episode is completed? - or at lease available without looking at the source? If I get time I will try and contribute to the lesson, but nothing more frustrating than a reference to something that does not appear to exist. |
@longr yes. feel free to update the callout. |
There's still one reference in a call-out which needs to be removed until the supplemental episode is added. |
It has been decided (see #778) that minimum SSH is in the regular lesson, and a slightly advanced (including commands that are usually included in most tutorials for cloud repositories) will be added as a supplemental episode.
Since many people in the community are interested in contributing to this, and it might take some time to implement, we will first pursue this effort in a separate branch and later merge this branch into the main
gh-pages
branch.This special branch has been created and is called
ssh-adv
. We, therefore, ask anyone who is interested in contributing to this effort to submit Pull Requests against thisssh-adv
branch.How to contribute
Start by fetching and checking out the
ssh-adv
branch into your current repositoryNow, you can start working on it as usual:
... and submit a PR! When you submit a pull request on changes to this supplemental SSH episode (15-supplemental-ssh.md), make sure to select
ssh-adv
branch of this repository as the base branch. Only changes to that episode will be committed to thessh-adv
branch!That's it!
We hope to see your Pull Request soon!
The text was updated successfully, but these errors were encountered: