Backstreet boys

This commit is contained in:
Daniel Flanagan 2023-07-17 22:12:50 -05:00
parent 03c4e5f476
commit 661ca1eaec
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -4,5 +4,5 @@
cd "${NOTES_PATH}" || exit
git add -A
git commit -m Updates
git pull && git push
git fetch && git merge origin/master && git push
cd - || exit