Pinned Loading
-
clts
clts PublicA practice repo for building and training Cross-Layer Transcoders (CLTs) from scratch.
Python
-
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
-
Open new PR with current branch
Open new PR with current branch 1#!/bin/zsh
2BRANCH=$(git branch --show-current)
3URL=$(git remote -v |
4head -n 1 |
5awk -F "@" '{print $2}' |
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.