AFFiNE/.devcontainer/setup-user.sh

8 lines
138 B
Bash
Raw Normal View History

if [ -v GRAPHITE_TOKEN ];then
gt auth --token $GRAPHITE_TOKEN
fi
git fetch
git branch canary -t origin/canary
gt init --trunk canary