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