Skip to content

Commit ae600a4

Browse files
committed
piencrypt shell scripts
1 parent 7c3990e commit ae600a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Script/git_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ echo "Tracking files..";
99
git add .;
1010
git commit -m "piencrypt shell scripts";
1111
echo "Commit completed";
12-
git push origin master; || git pull origin master
12+
git push origin master; -o git pull origin master
1313
echo "Push Successfull";

0 commit comments

Comments
 (0)