(20241225) Work started on upgrades and server-registration module.

This commit is contained in:
2024-12-25 14:52:07 +05:30
parent 053e2c49e3
commit 1fd287900d
8 changed files with 647 additions and 164 deletions
+5 -1
View File
@@ -4,6 +4,10 @@
# Run this on the development machine.
# NOT to be used in a collaborative environment:
# Accept the name of the branch that you want to work on:
echo "Branch : "
read -r BRANCH
# Accept a comment from the terminal:
echo "Comment: "
read -r COMMENT
@@ -17,5 +21,5 @@ git commit -m "$COMMENT"
echo "Commit done."
# Push th commit to git:
git push -u https://wtt.ditscentre.in/ditscentre/api_internal.git master
git push -u https://wtt.ditscentre.in/ditscentre/api_internal.git "$BRANCH"
echo "Attempt done. Exiting."