Peter Bittner
Peter Bittner
## Description With a bang (!) character we can make amending a commit intuitively dangerous. ## Motivation and Context The idea is taken from Oh-My-Zsh, https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git ## How Has This...
Adds a new alias for pulling changes with Git. ## Description From the `git-pull` man page: > -p, --prune > Before fetching, remove any remote-tracking references that no longer exist...
Adds Git aliases for merging are rebasing, which are needed when conflicts occur. ## Description For a better user experience, the same pattern for constructing the aliases is applied for...
Adds two aliases for `git reset`, which are [inspired by OMZ](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git). ## Description - `grh` is a natural acronym for `git reset HEAD`. - `grh!` is the "dangerous" version of...
The project doesn't seem to have tests and test automation. Would you be interested to have that and packaging automation added via a PR?
Older versions of _behave-django_ were [somewhat independent](https://github.com/behave/behave-django/blob/1.4.0/requirements.txt#L2) of the version of _Behave_ you were installing and running yourself. Specifically, it was possible to either install _Behave_ [off PyPI](https://pypi.org/project/behave/) (latest release,...
*behave-django* currently depends on *behave* [v1.2.7.dev2](https://github.com/behave/behave/releases/tag/v1.2.7.dev2) and we're unable to upgrade to [v1.2.7.dev3](https://github.com/behave/behave/releases/tag/v1.2.7.dev3) (which, for example, sports TOML support), because our code depends on a symbol [imported from behave.configuration](https://github.com/behave/behave-django/blob/5c8b52eacdbd97cd35b3c65d01bbad8d305825de/behave_django/management/commands/behave.py#LL7C34-L7C53) that...
The current [GHA workflows](https://github.com/LudovicRousseau/pyscard/tree/master/.github/workflows) for tests are split up between "Linux + macOS" and "Windows", and there is no workflow for releasing to PyPI. Would you be interested in a...
GitLab doesn't have its own way to delete container images from their registry. [Their documentation suggests](https://docs.gitlab.com/ee/user/packages/container_registry/delete_container_registry_images.html#use-gitlab-cicd) to use `reg rm` to tackle the problem. When I run the suggested setup...
**Is your feature request related to a problem? Please describe.** Currently, the README states that only Python 3.10 is supported. Python 3.11 is not supported yet, and support for Python...