Get off my lawn! (Page 2)

Musings of an old coder

Git Reset Branch to Master (main)

Resetting a branch to match the state of the master (or main, as it is now commonly called) branch is a common requirement, especially when you need to discard local changes or ensure that your branch starts fresh from a known good state. Below, I'll detail the Git commands necessary to perform this reset, explaining why and when you might need to use each command.

Read more...

Notes 2021-09-05

Continuing with "99 Bottles of OOP - 2nd Edition" by Sandi Metz, I am uncovering more refined approaches to object-oriented programming and tackling complex refactoring techniques.

Read more...

Notes 2021-09-02

I am currently delving into "99 Bottles of OOP - 2nd Edition" by Sandi Metz. This book is a deep dive into object-oriented programming and provides practical techniques to improve code quality.

Read more...