tangled
alpha
login
or
join now
davidpdrsn.tngl.sh
/
jj-sync-prs
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
2
pipelines
Make GitHub CLI work with jujustu repo
davidpdrsn.tngl.sh
8 months ago
208bd4cc
fead3e0b
+4
1 changed file
expand all
collapse all
unified
split
.envrc
+4
.envrc
···
1
1
+
# make the gh cli work with jujutsu
2
2
+
if [[ ! -d .git && -d .jj ]]; then
3
3
+
export GIT_DIR=.jj/repo/store/git
4
4
+
fi