this repo has no description

Make GitHub CLI work with jujustu repo

+4
+4
.envrc
··· 1 + # make the gh cli work with jujutsu 2 + if [[ ! -d .git && -d .jj ]]; then 3 + export GIT_DIR=.jj/repo/store/git 4 + fi