7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
cd ..
|
|
git config --global credential.helper cache
|
|
git add .
|
|
git commit -m "Updates"
|
|
git push
|
|
|