Files
OpenRGB/scripts/git-get-branch.sh
2025-01-16 17:51:20 +00:00

4 lines
109 B
Bash
Executable File

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