13 lines
136 B
Bash
Executable File
13 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git status .
|
|
|
|
read -p "press [Enter] key to continue..."
|
|
|
|
git add .
|
|
git commit -m"update sunny9898,"
|
|
|
|
git push
|
|
|
|
echo "done
|