Skip to content

Instantly share code, notes, and snippets.

@thmo
thmo / verrel.sh
Last active February 12, 2018 11:31
#! /bin/bash
#
# Show nvr for all remote branches
#
# Author: Thomas Moschny <[email protected]>
#
do_ref() {
local ref=$1
local prettyref=${ref##refs/remotes/origin/}