Pinned Loading
-
-
-
-
Detach git wrapper
Detach git wrapper 1#!/bin/sh
2if [ $(git rev-parse --git-common-dir) != $(git rev-parse --git-dir) ]; then
3echo "Trying to detach from inside a worktree is not possible" 1>&2
4echo "${PWD}"
5exit 1
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.