Version-Control

TIL Entries Tagged: Version-Control

Browse our collection of Today I Learned entries tagged with "Version-Control". These are quick notes about things learned during daily work and exploration.

Nov 25, 2023 Git

Git Interactive Rebase for Cleaning Commit History

Today I learned how to use Git's interactive rebase to clean up my commit history before pushing changes.

Read More