Delete push.sh

This commit is contained in:
Ronaldson Bellande 2023-09-28 10:58:30 -04:00 committed by GitHub
parent 83d3baa78e
commit fd6b18a34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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