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

Manage sign keys per project #7523

Open
Gokujo opened this issue Mar 6, 2025 · 5 comments
Open

Manage sign keys per project #7523

Gokujo opened this issue Mar 6, 2025 · 5 comments
Labels
new feature An entirely new featuer UI Any broken visuals like layouts, colors etc.

Comments

@Gokujo
Copy link

Gokujo commented Mar 6, 2025

For some projects, I have to use a different sign key to commit. It would be great if I could choose one of the predefined keys for each project. This would make things easier.

@Byron Byron added the feedback requested Feedback was requested to help resolve the issue label Mar 11, 2025
@Byron
Copy link
Collaborator

Byron commented Mar 11, 2025

Signing keys are actually read from the Git configuration, hence it's possible to configure them very flexibly.

Here is how to do it: https://stackoverflow.com/questions/8801729/is-it-possible-to-have-different-git-configuration-for-different-projects

Did that solve the issue?

@Kyle-Ye
Copy link

Kyle-Ye commented Mar 11, 2025

Yeah. Git configuration file already supports this feature natively.

But I guess what the OP wants is to add some GUI interface to manage and choose the redefined keys (profiles) like what Tower did.

Image Image

@Byron
Copy link
Collaborator

Byron commented Mar 11, 2025

Thanks for chiming in @Kyle-Ye.

This sounds reasonable - GitButler could indeed make the management of conditional includes easier as well.
I will wait until @Gokujo responds to and then update the issue accordingly.

@Gokujo
Copy link
Author

Gokujo commented Mar 11, 2025

@Kyle-Ye got it.
I know that Keys are managed through config. But gitbutler can use other keys. And if i can choose which one in the Gui, it would be great

@Byron Byron added new feature An entirely new featuer UI Any broken visuals like layouts, colors etc. and removed feedback requested Feedback was requested to help resolve the issue labels Mar 11, 2025
@Byron Byron changed the title Multiple sign keys Manage sign keys per project Mar 11, 2025
@Byron
Copy link
Collaborator

Byron commented Mar 11, 2025

Thanks, now I got it too :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature An entirely new featuer UI Any broken visuals like layouts, colors etc.
Projects
None yet
Development

No branches or pull requests

3 participants