CSE110

Brandon Chung

Picture of Me

Hello! I am a 2nd year computer science student at UCSD. Over the past two years I have taken various computer science courses but I am especially excited to take CSE110 for the practical experiences that I will be able to participate in!

Here is the order of CSE classes I have taken:

  1. CSE 11
  2. CSE 12
  3. CSE 15L
  4. CSE 20
  5. CSE 21
  6. CSE 30
  7. CSE 100R
  8. CSE 105

But here are some CSE classes I am taking currently:

Outside of my academics I have various hobbies!

Do we share any?

Here is the procedure to use git and update a repository

Git Library

git branch name
git checkout name
edit code
git add name 
git commit -m  "message"
git push --set-upstream origin name 

VERY IMPORTANT