🤠
Pinned Loading
-
-
Git Commit Linear Id Prefix (zsh)
Git Commit Linear Id Prefix (zsh) 1# GET LINEAR ID
2setopt local_options BASH_REMATCH
3REGEX="[A-Za-z]+-[0-9]+"
4BRANCH=$(git branch --show-current)
5if [[ $BRANCH =~ $REGEX ]]; then
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.