9 lines
112 B
Text
9 lines
112 B
Text
|
git add -A
|
||
|
git commit -m 'Save progress'
|
||
|
|
||
|
|
||
|
git checkout -b local/8-responsive origin/task/7-sponsors
|
||
|
|
||
|
|
||
|
yarn dev
|