mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 16:32:58 +03:00
5fea0102fb
Co-authored-by: Reese <3253971+figadore@users.noreply.github.com>
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
|