7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
git add *
|
|
git commit -m "from local"
|
|
git push
|
|
#git push --set-upstream origin summit
|
|
|
|
echo "git push done"
|