Git Exploration: Part Four

Rewriting History Golden Rule: Don’t rewrite public history. To undo local commits, use:

Git Exploration: Part Three

Cloning a branch from GitHub To clone, or make a local copy of a repository, use:

Git Exploration: Part Two

Branching Branching allows us to diverge from the the primary line of work and work in isolation.

Git Exploration: Part One

Git Tutorial Notes Track history and work together. Distributed version control system.

Pair Programming: First Steps

One thing I have learned it that note taking only works if you take good notes.

Django in Depth

Django 4 by Example by Antonio Mele is a great book.

Pipenv to Poetry

time 01.05am Some notes on the process as I’m working through it.