Showcasing my GitHub CLI extension: gh-unpushed – easily see your local commits that haven’t been pushed yet
Hey all! I made a small GitHub CLI extension called gh-unpushed. It shows commits on your current branch that haven’t been pushed yet.I was tired of typing git log origin/branch..HEAD so this is jus...