Chat with Code (ChatGPT Plugin): Difference between revisions
m (Text replacement - "==Tips and Tricks==" to "==Tips and Tricks== ==Comments== <Comments />") |
No edit summary |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Plugin infobox | {{Plugin infobox | ||
|image = Chat with Code. | |image = Chat with Code.jpg | ||
|Name = Chat with Code | |Name = Chat with Code | ||
|Platform = ChatGPT | |Platform = ChatGPT | ||
|Model = GPT-4 | |Model = GPT-4 | ||
|Category = | |Category = Programming | ||
|Description = Interact with code repositories, manage issues, and push code. | |Description = Interact with code repositories, manage issues, and push code. | ||
|Third Party = | |Third Party = | ||
Line 12: | Line 12: | ||
|Free = | |Free = | ||
|Price = | |Price = | ||
|Available = | |Available = Yes | ||
|Working = Yes | |||
}} | }} | ||
==Guide== | ==Guide== | ||
===Example Prompts=== | ===Example Prompts=== | ||
Example prompts that utilize the plugin: | Example prompts that utilize the plugin: | ||
#Create a new branch <branchName> in the repository <repo> for the user <username>. | |||
#Delete the branch <branchName> in the repository <repo> of the user <username>. | |||
#Submit a pull request from branch <sourceBranch> to branch <targetBranch> in the repository <repo> of the user <username>. | |||
#List all commits in the branch <branchName> of the repository <repo> for the user <username>. | |||
#Get the commit history for the file <filePath> in the repository <repo> of the user <username>. | |||
#Clone the repository <repo> of the user <username> to the local machine. | |||
#List all contributors of the repository <repo> for the user <username>. | |||
#Get the list of watchers for the repository <repo> of the user <username>. | |||
#Create a new file <fileName> with content <content> in the repository <repo> of the user <username>. | |||
#Update the file <filePath> with new content <content> in the repository <repo> of the user <username>. | |||
==Tips and Tricks== | ==Tips and Tricks== | ||
==Comments== | ==Comments== | ||
<Comments /> | <Comments /> |
Latest revision as of 00:27, 24 June 2023
Chat with Code (ChatGPT Plugin) | |
---|---|
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:
- Create a new branch <branchName> in the repository <repo> for the user <username>.
- Delete the branch <branchName> in the repository <repo> of the user <username>.
- Submit a pull request from branch <sourceBranch> to branch <targetBranch> in the repository <repo> of the user <username>.
- List all commits in the branch <branchName> of the repository <repo> for the user <username>.
- Get the commit history for the file <filePath> in the repository <repo> of the user <username>.
- Clone the repository <repo> of the user <username> to the local machine.
- List all contributors of the repository <repo> for the user <username>.
- Get the list of watchers for the repository <repo> of the user <username>.
- Create a new file <fileName> with content <content> in the repository <repo> of the user <username>.
- Update the file <filePath> with new content <content> in the repository <repo> of the user <username>.
Tips and Tricks
Comments
Loading comments...