This commit is contained in:
teawithsand 2023-06-13 13:50:16 +02:00
parent 88dab43ea0
commit e4ec6b7ba1
2 changed files with 3 additions and 0 deletions

1
asdf
View File

@ -3,3 +3,4 @@ a
a a
a a
a a
a

2
commit.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
echo a >> asdf && git add . && git commit -m "a commit" && git push origin master