5 lines
69 B
Bash
5 lines
69 B
Bash
|
git add *
|
||
|
git commit
|
||
|
git push -u origin main
|
||
|
git push -u github main
|