latest pushes

This commit is contained in:
2023-09-27 09:45:50 -04:00
parent 3d204bf757
commit 983fed32c7
8 changed files with 23 additions and 48 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