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