From a9f64317e596330eac7450583d3ba22de6fa0a8e Mon Sep 17 00:00:00 2001 From: Cora Schneck <22159116+cyschneck@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:50:50 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3779d..0281b2e 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,10 @@ Fill out `Open a pull request` with a relevant Title and a summary of descriptio You can view all your open Pull Requests at [github.com/pulls](https://github.com/pulls) -## Additional Practice: +## Additional Practice and Resources + +### Learn Git and Github +[Here are some good resources to learn more about Git and Github](https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources) ### Learn How to Use Branches Branches are an important part of being able to work on a repo with multiple developers. You can learn how to manage branches with this [visual tutorial](https://learngitbranching.js.org/?locale=en_US)