main
alex 2024-01-25 16:46:32 +01:00
parent e09994d010
commit 70f0e9dbe4
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ read -p "Commit message: " commit_message
git commit -m "$commit_message" git commit -m "$commit_message"
git push -u origin master git push -u origin main