Changes between Version 17 and Version 18 of GitSurvival
- Timestamp:
- Feb 24, 2022, 10:19:21 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitSurvival
v17 v18 14 14 * See docs for [https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account Github.com] or [https://docs.gitlab.com/ee/ssh/ Gitlab.com]. 15 15 * Test it with {{{ssh -T git@gitlab.com}}} or {{{ssh -T git@github.com}}} and ''don't proceed'' until it works. 16 3. Create a new repo on the web at github.com or gitlab.com. This isn't hard... read the online docs if you need to. 16 3. Create a new repo on the web at github.com or gitlab.com. This isn't hard... read the online docs if you need to. Note that on github.com they're called "repositories" while on gitlab.com they're called "projects". 17 17 4. Clone the (empty) repo to your local machine, as... 18 18