We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580e11a commit 832341cCopy full SHA for 832341c
update.base-service.sh
@@ -1,3 +1,5 @@
1
+## This script synchronizes your repository with the latest parent base-service repository changes.
2
+
3
remote_url=$(git remote get-url origin)
4
if [ $remote_url == "[email protected]:go-uniform/base-service.git" ] || [ $remote_url == "https://github.com/go-uniform/base-service.git" ]
5
then
0 commit comments