4 lines
52 B
Bash
4 lines
52 B
Bash
git add *
|
|
git commit -m "update"
|
|
git push -u origin
|
git add *
|
|
git commit -m "update"
|
|
git push -u origin
|