Chat with Code (ChatGPT Plugin)

From AI Wiki
Chat with Code (ChatGPT Plugin)
Chat with Code.jpg
Information
Name Chat with Code
Platform ChatGPT
Model GPT-4
Category Programming
Description Interact with code repositories, manage issues, and push code.
Release Date June 4, 2023
Available Yes
Working Yes

Chat with Code is a Plugin for ChatGPT.

Guide

Example Prompts

Example prompts that utilize the plugin:

  1. Create a new branch <branchName> in the repository <repo> for the user <username>.
  2. Delete the branch <branchName> in the repository <repo> of the user <username>.
  3. Submit a pull request from branch <sourceBranch> to branch <targetBranch> in the repository <repo> of the user <username>.
  4. List all commits in the branch <branchName> of the repository <repo> for the user <username>.
  5. Get the commit history for the file <filePath> in the repository <repo> of the user <username>.
  6. Clone the repository <repo> of the user <username> to the local machine.
  7. List all contributors of the repository <repo> for the user <username>.
  8. Get the list of watchers for the repository <repo> of the user <username>.
  9. Create a new file <fileName> with content <content> in the repository <repo> of the user <username>.
  10. Update the file <filePath> with new content <content> in the repository <repo> of the user <username>.

Tips and Tricks

Comments

Loading comments...