BachelorWork/git.sh
2021-05-24 22:44:55 +02:00

5 lines
62 B
Bash

#!/bin/bash
set -e
git add -A
git commit -m "update"
git push