mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
if [ -v GRAPHITE_TOKEN ];then
|
|
gt auth --token $GRAPHITE_TOKEN
|
|
fi
|
|
|
|
git fetch
|
|
git branch canary -t origin/canary
|
|
gt init --trunk canary
|