Git good!

Tightening development iteration loops with gh

  1. How I got good at git with gh
  2. How to git good at GitHub issues

Introduction

I recently had a few consecutive aha moments that led me to a smoother experience with git. Rather than exclusively using the git tool, I began to rely on the gh CLI tool from GitHub, as I primarily develop projects in repos hosted there, and use it for work codebases.

Part 1 explains how I began to use gh to create and merge pull requests, and why I find it more efficient and less disruptive.

Part 2 covers use of gh for issue management and search.

👾🕹️