{"tool":"git","tool_display":"Git","intent":"replace-patterns-in-repo","intent_display":"replace patterns in repo","title":"Git Command: replace patterns in repo","command_string":"git sed '<find_text>' '<replace_text>'","raw_command_string":"git sed '{{find_text}}' '{{replace_text}}'","description":"Exact CLI syntax to replace patterns in repo using Git.","usage_scenario":"Refactoring code by updating text patterns in multiple files.","scenario_context":"Refactoring code by updating text patterns in multiple files.","simulated_output":"Replacing '{{find_text}}' with '{{replace_text}}' in files...\n\nFiles updated: 5\n\nChanges staged for commit.","how_to_steps":["Run the command with your specific find and replace text.","Review the changes made to the files.","Commit the changes to finalize the updates."],"inferred_category":"Version Control","canonical_url":"https://www.syntaxstandard.com/git/replace-patterns-in-repo"}