8 lines
69 B
Bash
Executable File
8 lines
69 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git add .
|
|
|
|
git commit -m"update src,"
|
|
|
|
git push
|