user
04/19/2023, 5:11 PMuser
04/19/2023, 5:13 PMGreg
04/19/2023, 5:15 PMuser
04/19/2023, 5:15 PMSlackbot
04/20/2023, 2:32 PMSlackbot
04/20/2023, 3:30 PMSlackbot
04/20/2023, 3:56 PMSlackbot
04/20/2023, 11:52 PMSlackbot
04/21/2023, 9:06 AMSlackbot
04/21/2023, 1:01 PMSlackbot
04/21/2023, 3:23 PMVampire
04/22/2023, 12:42 AMindex.js
being used as mentioned in another thread here.
But it also has type_list=$(./C:\Users\redacted\AppData\Roaming\npm\node_modules\@withgraphite\graphite-cli\dist\src\index.js --get-yargs-completions "${args[@]}")
which cannot work properly.
With type_list=$(/C/Users/redacted/AppData/Roaming/npm/node_modules/@withgraphite/graphite-cli/dist/src/index.js --get-yargs-completions "${args[@]}")
it works.
As well as with type_list=$('C:\Users\bkautler\AppData\Roaming\npm\node_modules\@withgraphite\graphite-cli\dist\src\index.js' --get-yargs-completions "${args[@]}")
.
As well as with simply type_list=$(gt --get-yargs-completions "${args[@]}")
.Slackbot
04/22/2023, 12:53 AMSlackbot
04/22/2023, 12:59 AMVampire
04/22/2023, 2:44 AMSlackbot
04/22/2023, 3:05 AMVampire
04/22/2023, 3:10 AMSlackbot
04/22/2023, 3:17 AMDahyun(김다현)
04/22/2023, 6:49 AMgt branch track
.Slackbot
04/22/2023, 10:33 AMSlackbot
04/22/2023, 3:26 PMVampire
04/22/2023, 3:36 PMgt upstack restack
to restack parts 2 and 3.Vampire
04/22/2023, 11:01 PMcontinye
-> continue
Vampire
04/22/2023, 11:04 PMMerging a stack via the Graphite dashboard
To merge a stack using the Graphite CLI, we recommend using the "Merge..." button in the Graphite dashboard,->
Merging a stack via the Graphite dashboard
To merge a stack using the Graphite dashboard, we recommend using the "Merge..." button in the Graphite dashboard,and for consistency
repo sync --restack
-> gt repo sync --restack
submit
-> gt stack submit
Slackbot
04/22/2023, 11:42 PMVampire
04/23/2023, 12:06 AMand use then use
-> and then use
and for consistency
downstack get
-> gt downstack get
repo sync
-> gt repo sync
Vampire
04/23/2023, 12:22 AM```## syncing & resolving conflicts
gt rs # gt repo sync```But the
& resolving conflicts
is wrong as long as you do not add --restack
, isn't it?Slackbot
04/23/2023, 12:25 AMVampire
04/23/2023, 1:51 PMdownstack get
-> gt downstack get
stack submit
-> gt stack submit
Vampire
04/23/2023, 1:52 PM