Files
arthur-os/bin/omarchy-version-branch
2026-04-28 12:03:46 -04:00

6 lines
128 B
Bash
Executable File

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