-
* Githooks nutzen um automatisch zu publishen bei neuen Master Releases
-
## Githooks:
- Githooks are used to streamline development flow. Consider them as activities that you can perform based on/around git actions (push, pull, checkout).
- This increases the robustness …
-
Hi!
A bunch of plugins are struggling when files are renamed in git.
e.g. when doing a `git mv test.pl test-001.pl`, the resulting githooks output from `git commit` is
```
(1/1) test.pl test-001.…
-
- [ ] https://github.com/commitizen/cz-cli
- [ ] https://github.com/conventional-changelog/conventional-changelog
- [ ] https://github.com/okonet/lint-staged
- [ ] gitHooks
-
The `main-plugin` branch should stay synced with the `main` branch. This is being solved manually. An automated solution would be preferred.
-
- [x] githooks:
- [x] commit-msg: commitlint
- [x] pre-commit: format
- [ ] pre-push: run tests
- [ ] github actions:
- [ ] run tests
- [ ] automatic dependency updates
- [ ] squash…
-
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
The XDG basedir spec outlines the guidelines for applications and tools to store configuration, data, and cache files in…
-
It might be nice, if the revision range just supports Git syntax "SHA..SHA".
The parsers seems a bit complicated.
Actually the whole thing could be made much easier:
`git rev-parse A..B`
is ex…
gabyx updated
2 years ago
-
1) Update jenkins jobs to include configs for git hooks
2) Create documentation/video lesson how to configure githooks
-
oi