Auto-commit on file change
This commit is contained in:
parent
2749e92732
commit
f255ef9e37
@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
while inotifywait -r -e modify,create,delete .; do
|
|
||||||
git add .
|
|
||||||
git commit -m "Auto-commit on file change"
|
|
||||||
git push -uf origin main
|
|
||||||
done
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user