Ops, I did it again!
  • Home
  • Classes
  • davedash.com
Sign in Subscribe

git

A collection of 4 posts
Git and Historical Revision
git

Git and Historical Revision

A well crafted history is a trade off. It's similar to writing tests. Most of the time tests do nothing, but when they raise an alarm it is super handy. With practice, the cost is minimal.
12 Oct 2020 1 min read
The Purpose of Version Control
git

The Purpose of Version Control

I think it's rare to see a project not automatically added to Github shortly after, if not before, inception.  It's just a checkbox of writing code.  Previously it was something to think about.Github [https://github.com] (and Bitbucket [http://bitbucket.org], Gitlab [https://gitlab.com/
05 Oct 2020 1 min read
Legible Git History
git

Legible Git History

Everything you produce gets consumed. If you make it easier to consume, it will cause less friction for others as well as yourself.
21 Sep 2020 3 min read
Using git to borrow from the future
mozilla

Using git to borrow from the future

One of the great features of git is the ability to re-order commits, break commits into parts, and merge commits together. Assuming that my master branch is a pristine copy of the site and an ancestor of mybranch we can re-order commits by running: git rebase -i master This will
09 Nov 2010 2 min read
Page 1 of 1
Ops, I did it again! © 2025
Powered by Ghost