### Clone Repository and Create Branch (Bash) Source: https://github.com/zhangchenchen/awesome_sora2_prompt/blob/main/CONTRIBUTING.md This snippet demonstrates the bash commands to clone the repository, navigate into the directory, and create a new branch for making contributions. It's a standard Git workflow for collaborative projects. ```bash git clone https://github.com/zhangchenchen/awesome-sora2-prompt.git cd awesome-sora2-prompt git checkout -b add-new-prompt ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.