4 lines
109 B
Bash
4 lines
109 B
Bash
#! /bin/bash
|
|
|
|
git show-ref | grep $(git log --pretty=%h -1) | sed 's|.*/\(.*\)|\1|' | sort -u | grep -v HEAD
|