Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
forgit-25.03.0.tar.gz | 2025-03-01 | 15.4 kB | |
25.03.0 source code.tar.gz | 2025-03-01 | 24.6 kB | |
25.03.0 source code.zip | 2025-03-01 | 31.7 kB | |
README.md | 2025-03-01 | 1.1 kB | |
Totals: 4 Items | 72.8 kB | 0 |
Changes since 25.02.0:
- Refactor: Remove _forgit_ignore_clean (#421)
- Refactor: Make functions interacting with repositories reusable
- Feature: Add interactive git attributes generator
- Allow passing arguments to git rebase (#422) If non-option arguments are passed to `git forgit rebase`, pass them through directly to `git rebase`, without launching the interactive selector, just like we do for other forgit commands. Along with this, remove possibility to pass files to rebase, as there is no need for that. I assume this was a copy-paste error when the rebase function was introduced in the first place.
- Update README.md (#425) Adding sheldon.cli configuration for zsh as an example.