We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3990e commit ae600a4Copy full SHA for ae600a4
1 file changed
Script/git_push.sh
@@ -9,5 +9,5 @@ echo "Tracking files..";
9
git add .;
10
git commit -m "piencrypt shell scripts";
11
echo "Commit completed";
12
-git push origin master; || git pull origin master
+git push origin master; -o git pull origin master
13
echo "Push Successfull";
0 commit comments