Commit graph

3 commits

Author SHA1 Message Date
db6fd25741 feat: add command line argument to irgnore new git commits
- add new argument `--ignore-git-status` to continue even if there are no new commits
- update `update_git_repo` function to accept new argument and skip git status check if argument is passed
- update README.md with new Parameters section

🤖
2023-12-21 15:54:55 +01:00
16bc0974e1 fix: improve subprocess logging
- show subprocess.run call on DEBUG loglevel

🤖
2023-12-20 14:49:48 +01:00
72611fe619 refactor: move helper functions to separate module
🤖
2023-12-20 14:10:01 +01:00