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

Consistency for Git operations #572

Open
iangmaia opened this issue Jul 17, 2024 · 1 comment
Open

Consistency for Git operations #572

iangmaia opened this issue Jul 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@iangmaia
Copy link
Contributor

In release-toolkit, we use a mix of Action.sh('git'), `git [etc]` and Fastlane actions such as push_to_git_remote to perform Git operations.

We should look into standardizing these Git operations. A suggestion is to try and use the Git gem instead (see #570 (comment)).

@mokagio
Copy link
Contributor

mokagio commented Jan 30, 2025

configure_helper.rb is one of the files where we use Git under the hood and that could do with improvements.

I took a stab at rewriting one method from raw git commands to using the Git gem as part of #410. There are some unit tests, too, which we could build on top of for future refactors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants