### Checkout Plugin Branch Source: https://context7.com/incredibleplugins/wiki/llms.txt This bash command allows you to switch to a specific plugin's documentation branch within the cloned wiki repository. This is necessary before making documentation changes for a particular plugin. ```bash # Switch to the plugin-specific branch git checkout ``` -------------------------------- ### Clone Wiki Repository Source: https://context7.com/incredibleplugins/wiki/llms.txt This bash command clones the IncrediblePlugins Wiki repository to your local machine. It is the first step for contributing to the documentation. ```bash # Fork the wiki repository git clone https://github.com/IncrediblePlugins/Wiki.git ``` -------------------------------- ### Submit Documentation Changes Source: https://context7.com/incredibleplugins/wiki/llms.txt After making documentation changes on the appropriate plugin branch, this bash command outlines the process of submitting your contributions back to the main repository via a pull request. ```bash # Make your documentation changes and submit a pull request ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.