We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae600a4 commit 191fc1dCopy full SHA for 191fc1d
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; -o git pull origin master
+git push origin master;
13
echo "Push Successfull";
0 commit comments