gitpush/pushchanges.sh

7 lines
98 B
Bash
Raw Permalink Normal View History

2023-04-27 14:10:34 +02:00
#!/bin/bash
2023-04-27 13:58:08 +02:00
git add .
echo Write a short commit:
read commit
git commit -m " '$commit' "
git push