latest pushes

This commit is contained in:
2023-09-27 09:51:05 -04:00
parent e21ca01cfa
commit 848ae07ba3
8 changed files with 23 additions and 59 deletions

4
push.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/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