/homework

📝

Primary LanguageC

homework

Some of my typed up homework solutions and projects from courses taken at UW-Madison.

Some solutions may be incomplete or incorrect, read at your own risk.

For future me, here is how to move another repo into this repo:

cd homework
git checkout master
git remote add new-repo **url-of-new-repo**
git fetch new-repo
git merge new-repo/master --allow-unrelated-histories
git remote rm new-repo

For those who are bored, read my sometimes funny and anxiety filled commit messages.