Files
archypr/scripts/version-branch
T

6 lines
128 B
Bash
Raw Normal View History

#!/bin/bash
# archypr:summary=Print the current Omarchy git branch
echo $(git -C "$ARCHYPR_PATH" rev-parse --abbrev-ref HEAD)