Delete push.sh

This commit is contained in:
Ronaldson Bellande
2023-09-27 23:45:35 -04:00
committed by GitHub
parent 1fe7703184
commit ecca37f58d

View File

@@ -1,4 +0,0 @@
#!/bin/bash
# Git push what is already in the repository
git pull --no-edit; git fetch; git add .; git commit -am "latest pushes"; git push