{"tool":"git","tool_display":"Git","intent":"replace-patterns-and-commit","intent_display":"replace patterns and commit","title":"Git Command: replace patterns and commit","command_string":"git sed -c '<find_text>' '<replace_text>'","raw_command_string":"git sed -c '{{find_text}}' '{{replace_text}}'","description":"Exact CLI syntax to replace patterns and commit using Git.","usage_scenario":"Updating code patterns in a Git repository with immediate commits.","scenario_context":"Updating code patterns in a Git repository with immediate commits.","simulated_output":"Replacing '{{find_text}}' with '{{replace_text}}' in files...\n\nChanges staged for commit.\n\nCommit successful!","how_to_steps":["Run the command with your specific find and replace patterns.","Review the changes made in your files.","Confirm the commit to save the changes."],"inferred_category":"Version Control","canonical_url":"https://www.syntaxstandard.com/git/replace-patterns-and-commit"}