- Cherry Picked the commit eef4e08 from branch experimental-branch into main
- For adding a programming problem: Added the fibonacci function that calucaltes the ith fibonacci number
- Added a .gitignore file in the commit 4b19a4b and Reverted this commit in e2309cac
- Modified the
fibonaccifunction to cause errors
- Used
git reset --hard HEAD~1to Reset back to the working code - Differences between
--soft: Restores the desired commit, does not change the staging area & working directory--mixed: (Default) Restores the desired commit and changes the staging area. Keeps the working directory unchanged--hard: Restores the desired commit in the modifies the staging area & working directory as well
Squashed 3 commits into 1. Stored those 3 commits the the "squash" branch
Deleted a file