4 lines
65 B
Bash
4 lines
65 B
Bash
git add .
|
|
git commit -m"test whole program"
|
|
git push origin main
|
git add .
|
|
git commit -m"test whole program"
|
|
git push origin main
|