robfelty.com


testing 3

Posted in wordpress

Quarter note = 09172023 robfelty
Treble clef 4/4 Time

testing 2

Posted in wordpress

Quarter note = 09172023 robfelty
Treble clef 4/4 Time

testing 1

Posted in wordpress

Quarter note = 09172023 robfelty
Treble clef 4/4 Time

UNIX Tip of the day: Strange behavior editing PHP files with vim

Posted in wordpress

Quarter note = 10252020 robfelty
Treble clef 4/4 Time
I have been struggling with this weird behavior in vim for the last month or so. I just re-joined Automattic in September. I have been using vim on many different computers and environments (linux, max, cygwin) for over 15 years, and I have never experienced this before. I only seem to have this issue when using vim on my development server. I tried searching the interwebs several times over the last month without avail. Today I finally decided to ask […] (Read more)

Git tip – restoring “lost” commits

Posted in wordpress

Quarter note = 06222018 robfelty
Treble clef 4/4 Time
I ran into a git issue today where I thought I was ready to push a recent commit, and the push failed, saying that I was in the middle of a rebase. I don’t remember starting a rebase, but maybe I did. I tried git rebase –continue, but that didn’t work, so then I tried git rebase –abort. That fixed the issue about being in the middle of a rebase, but it also threw out my commit. It was a […] (Read more)