update,
This commit is contained in:
12
vinniesniper-54816/gitUpdate.sh
Executable file
12
vinniesniper-54816/gitUpdate.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
git status .
|
||||
|
||||
read -p "Press enter to continue"
|
||||
|
||||
git add .
|
||||
git commit -m "update vinniesniper-54816"
|
||||
git push
|
||||
|
Reference in New Issue
Block a user