From a3c51cc0c6d7072c8544eedd47634aa6e1f462b7 Mon Sep 17 00:00:00 2001 From: choi752 <97651779+choi752@users.noreply.github.com> Date: Thu, 20 Jan 2022 18:56:07 -0500 Subject: [PATCH] Update index.md First CS 193 Homework --- index.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 09943f4..6482711 100644 --- a/index.md +++ b/index.md @@ -11,9 +11,11 @@ Markdown is a lightweight and easy-to-use syntax for styling your writing. It in ```markdown Syntax highlighted code block -# Header 1 -## Header 2 -### Header 3 +# choi752 (Jonathan Choi) First CS 193 Homework +- TA's answer questions and are disposed. +- Quizzes relatively understandable. +- It's only been two weeks I can't get more out but so far it seems ok. + - Bulleted - List @@ -35,3 +37,11 @@ Your Pages site will use the layout and styles from the Jekyll theme you have se ### Support or Contact Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. + +# ...develop some code... + +$ git add –A +$ git commit –m "Some commit message" +$ git checkout master +Switched to branch 'master' +$ git merge new-branch