Skip to content

Commit 4df0283

Browse files
committed
Finish git page and update homework section
1 parent fa56fdc commit 4df0283

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/homeworks/hw3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Homework 3: Model Zhu
2+
title: Homework 3
33
parent: Homeworks
44
nav_order: 2
55
layout: home

docs/resources/using-git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ If you haven't already, create a new SSH key for your computer using [these dire
1919

2020
Now that you have an SSH key, we need to register this key with GitHub so that their servers can recognize your computer and give you the appropriate access. Usually, you can find your public key at `~/.ssh/id_ed25519.pub`, but this can depend on how you created the SSH key and your operating system. For more specific information, check [this site](docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account). Now, in GitHub settings, you should be able to paste this public key to register your device.
2121

22-
After you complete these steps, you should be able to clone repositories using the recommended SSH link.
22+
After you complete these steps, you should be able to clone repositories using the recommended SSH link. You can check that SSH is correctly set up with the command `ssh -T git@github.com`.
2323

2424
## Extra Information
2525

26-
- Berkeley's very own CS 61B has excellent documentation behind Git and its features. We highly recommend taking a look at it [here](https://sp25.datastructur.es/resources/guides/git/).
26+
- Berkeley's very own CS 61B has excellent documentation behind Git and its features. It shows good practice on how to push code, use branches, and more. We highly recommend taking a look at it [here](https://sp25.datastructur.es/resources/guides/git/).

0 commit comments

Comments
 (0)