6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
git add -A
|
|
git commit -m 'Save progress'
|
|
|
|
|
|
git checkout -b local/5-loops origin/task/4-configuration
|