mason icon indicating copy to clipboard operation
mason copied to clipboard

Triggered builds should error when branch does not exist

Open springmeyer opened this issue 8 years ago • 2 comments

This is to catch the stupid mistake I make where I try to trigger builds before pushing a local branch.

springmeyer avatar May 19 '16 18:05 springmeyer

👍

The incantation to check this is git branch -r --contains HEAD.

jfirebaugh avatar May 19 '16 18:05 jfirebaugh

git status --porcelain -uno is also useful -- it checks for uncommitted local changes.

jfirebaugh avatar May 19 '16 18:05 jfirebaugh