Adding FIles
This commit is contained in:
10
gitupdate.sh
Executable file
10
gitupdate.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
git add .
|
||||
git status
|
||||
echo -n "Enter the Description for the Change: " [Minor Update]
|
||||
read CHANGE_MSG
|
||||
|
||||
git commit -m "${CHANGE_MSG}"
|
||||
git push origin main
|
||||
exit
|
||||
Reference in New Issue
Block a user