asdfasdf/commit.sh
2023-06-13 13:50:16 +02:00

2 lines
93 B
Bash
Executable File

#!/bin/bash
echo a >> asdf && git add . && git commit -m "a commit" && git push origin master