diff --git a/push.sh b/push.sh index e5639e0a74..edce13413b 100644 --- a/push.sh +++ b/push.sh @@ -1,5 +1,4 @@ git pull git add . git commit -m "sneed" -git push -. 'D:\1.sh' \ No newline at end of file +git push \ No newline at end of file diff --git a/pushforce.sh b/pushforce.sh index 0f80163666..1181e0ef20 100644 --- a/pushforce.sh +++ b/pushforce.sh @@ -1,4 +1,3 @@ git add . git commit -m "force push" -git push --force -. 'D:\1.sh' \ No newline at end of file +git push --force \ No newline at end of file