Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(git): introduce grbia alias for git rebase --interactive --autosquash #12418

Closed
wants to merge 1 commit into from

Conversation

Upsylonbare
Copy link

Standards checklist:

  • The PR title is descriptive.
  • The PR doesn't replicate another PR which is already open.
  • I have read the contribution guide and followed all the instructions.
  • The code follows the code style guide detailed in the wiki.
  • The code is mine or it's from somewhere with an MIT-compatible license.
  • The code is efficient, to the best of my ability, and does not waste computer resources.
  • The code is stable and I have tested it myself, to the best of my abilities.
  • If the code introduces new aliases, I provide a valid use case for all plugin users down below.

Changes:

Add an alias for git rebase --interactive --autosquash

Other comments:

I am a unsatisfied user of the grbi alias as a use it everyday with the option --autosquash.
Hence this PR introduce the alias that can faster my everyday work process. I am sure it can helps other users too.

@ohmyzsh ohmyzsh bot added Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases Type: documentation Documentation issue or Pull Request labels May 14, 2024
@larson-carter
Copy link
Member

Just a note/reference. We typically do not implement more alias.

Simply spoken we typically dont merge these request unless it is a widespread complaint, and it allows for more interactions/speed.

@Upsylonbare
Copy link
Author

Thank you for your reply. I missed the "no more alias" information, can I get the info somewhere ?
Do you want me to close this PR ?

@larson-carter
Copy link
Member

@Upsylonbare the information is mostly from our discord server.

We don't want to have it overloaded with aliases, unless it is a new versioning to the core software/packages or if it is a commonly utilized one via community engagement.

If you want - You can leave the PR open and promote it in the discord server (Follow the rules), or you can use other formats to get a community behind it.

I personally consider this a "nested alias" meaning it uses multiple flags which in general means lesser use.

@carlosala
Copy link
Member

We had a similar situation in this PR #9451 (comment).
The good thing is that you can configure autosquash in your gitconfig if you use it.
Thanks!

@carlosala carlosala closed this May 23, 2024
@Upsylonbare
Copy link
Author

Thanks, didn't know that !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases Type: documentation Documentation issue or Pull Request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants