BachelorWork/git.sh

5 lines
62 B
Bash
Raw Normal View History

2021-05-24 20:44:55 +00:00
#!/bin/bash
set -e
git add -A
git commit -m "update"
git push