199443message

This commit is contained in:
Bryan Ramos 2024-05-13 13:11:45 -04:00
parent 9370f370f9
commit 27c2207f85
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -79,3 +79,11 @@ install TYPE="nixos":
echo "Error: Please enter a valid response (y/n)" \
fi
fi
# Commit all changes and push to upstream
gh:
@echo "Commit message:"
@read message
git add -A
git commit -m "$$message"
git push