{"tool":"git","tool_display":"Git","intent":"copy-specific-directory-to-remote","intent_display":"copy specific directory to remote","title":"Git Command: copy specific directory to remote","command_string":"git scp <remote_name> <path/to/directory>","raw_command_string":"git scp {{remote_name}} {{path/to/directory}}","description":"Exact CLI syntax to copy specific directory to remote using Git.","usage_scenario":"Deploy changes in a specific part of the project efficiently.","scenario_context":"Deploy changes in a specific part of the project efficiently.","simulated_output":"Copying directory to remote...\nDirectory copied successfully to {{remote_name}}.","how_to_steps":["Replace {{remote_name}} with your remote repository name.","Specify the path to the directory you want to copy.","Run the command to execute the copy."],"inferred_category":"Version Control","canonical_url":"https://www.syntaxstandard.com/git/copy-specific-directory-to-remote"}