Skip to content

fix(git): turn quiet - #114

Merged
dargmuesli merged 1 commit into
mainfrom
fix/git/no-interaction
Jul 27, 2026
Merged

fix(git): turn quiet#114
dargmuesli merged 1 commit into
mainfrom
fix/git/no-interaction

Conversation

@dargmuesli

Copy link
Copy Markdown
Member

This pull request updates the way the git clone command is executed in both the clone.go and initialize.go CLI workflows. The main improvements are to suppress unnecessary output during cloning and to prevent interactive prompts, making the cloning process quieter and more suitable for automation.

Improvements to git clone execution:

  • Added the --quiet flag to the git clone command in both runClone and cloneProject functions to reduce console output during cloning.
  • Set the environment variable GIT_TERMINAL_PROMPT=0 to disable interactive prompts for credentials, ensuring non-interactive and automated usage works smoothly.

@dargmuesli
dargmuesli merged commit 4064c5b into main Jul 27, 2026
8 checks passed
@dargmuesli
dargmuesli deleted the fix/git/no-interaction branch July 27, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant