# SE475 Design Journal - 2020/09/14 ### Things I worked on - Assignment 1 - Setting up Visual Studio 2019 - Setting up Git and Github - Write Fibonacci program ### Things I learned I was mostly learning how to use git. Although the requirement doesn't include pushing the code with git, I thought it's a good opportunity to practice given that it's a rather small project. At first I messed up by not creating an "Assignment1" folder and pushed the project to the Github repo directory. I got panic a little bit and tried to remap the whole thing. I ended up doing the whole process again and removed the original branch on Github. In hindsight, I probably should have just changed the folder structure locally and done another push to change the remote repo.