2,535
edits
m (Text replacement - "|Available? = Yes↵|Working? = Yes↵}}" to "|Available = Yes |Working = Yes }}") |
No edit summary |
||
Line 18: | Line 18: | ||
===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== |