Closed bittner closed 3 weeks ago
The failing of the CI / lint
job is likely unrelated to the changes introduced in this PR. – Go error: undefined: any
This would be a nice enhancement of the Git aliases. Please, merge!
@bittner Could you rebase
or amend
, then push
? The CI runs are too old to re-run.
@bittner Could you
rebase
oramend
, thenpush
? The CI runs are too old to re-run.
Done. CI jobs all pass. Ready for merging?
@davidpfarrell @NoahGorny @gaelicWizard Any interest to weigh in here? This introduces the !
suffix. I'm inclined to merge because I've already said I don't think we should be managing these and thus have little opinion on what conventions should be followed. Please let me know soon :)
Note that the bang is inspired by OMZ, hence we're harmonizing with the other framework, which I think is considered a good idea judging from other discussions in this repo.
Please go ahead. I created several PRs for git-aliases, so that integrating them can get discussed in depth. But it should also allow to speed up merging okay-PRs.
If there are no objections, please don't wait any longer. Press the button. Thank you!
Can we merge this minor enhancement?
Is there any chance to get this PR merged? 🙏
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 Been Tested?
I use those aliases for years on my developer laptop. I just made the identical changes to a fresh installation of bash-it on my developer machine. They work as expected.
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.