asdfasdf/commit.sh

2 lines
93 B
Bash
Raw Permalink Normal View History

2023-06-13 13:50:16 +02:00
#!/bin/bash
echo a >> asdf && git add . && git commit -m "a commit" && git push origin master