mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 18:52:51 +03:00
8 lines
138 B
Bash
8 lines
138 B
Bash
|
if [ -v GRAPHITE_TOKEN ];then
|
||
|
gt auth --token $GRAPHITE_TOKEN
|
||
|
fi
|
||
|
|
||
|
git fetch
|
||
|
git branch canary -t origin/canary
|
||
|
gt init --trunk canary
|