ogit
Version:
A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.
1 lines • 6.42 kB
JSON
{"version":"1.31.1","commands":{"amend-last-commit":{"id":"amend-last-commit","description":"Amends the last commit to repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"checkout-repo":{"id":"checkout-repo","description":"Checkout a git repo into current directory","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"url","description":"URL of git repository","required":true}]},"clear-stash":{"id":"clear-stash","description":"Clears all the stashes in the local repos","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"clone-repo":{"id":"clone-repo","description":"Clones a remote repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"search":{"name":"search","type":"boolean","char":"s","description":"Search through branches and tags","allowNo":false},"list":{"name":"list","type":"boolean","char":"l","description":"List branches and tags","allowNo":false}},"args":[]},"commit-changes":{"id":"commit-changes","description":"Commit all the uncommitted changes to repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"noSummary":{"name":"noSummary","type":"boolean","description":"Do not display commit summary","allowNo":false}},"args":[]},"create-branch":{"id":"create-branch","description":"Creates a new local branch from a remote branch","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"search":{"name":"search","type":"boolean","char":"s","allowNo":false}},"args":[]},"create-git-flow":{"id":"create-git-flow","description":"Starts GitFlow branching model workflow","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"type":{"name":"type","type":"option","char":"t","description":"type of branching"}},"args":[]},"create-tag":{"id":"create-tag","description":"Tags the current repository. Does annotated tagging only","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-branch":{"id":"delete-branch","description":"Deletes a branch from the repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-last-commit":{"id":"delete-last-commit","description":"Deletes the last commit to repo, changes are removed from the file system","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-stash":{"id":"delete-stash","description":"Deletes a list of stashes in the repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-tag":{"id":"delete-tag","description":"Deletes a tag from local and remote repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"display-branches":{"id":"display-branches","description":"Lists the branches within the current repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"display-changes":{"id":"display-changes","description":"Display all the uncommitted changes","pluginName":"ogit","pluginType":"core","aliases":["status"],"flags":{},"args":[]},"generate-ssh-keys":{"id":"generate-ssh-keys","description":"Generates SSH key pairs to authenticate the user. For Windows OS, requires git bash to be pre-installed and run as administrator for this command","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"merge-remote-branches":{"id":"merge-remote-branches","description":"Merges two remote branches","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"search":{"name":"search","type":"boolean","char":"s","allowNo":false}},"args":[]},"pull-remote-changes":{"id":"pull-remote-changes","description":"Pull remote changes from a branch and merge","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"trackingOnly":{"name":"trackingOnly","type":"boolean","char":"t","allowNo":false},"search":{"name":"search","type":"boolean","char":"s","allowNo":false}},"args":[]},"push-commits":{"id":"push-commits","description":"Pushes local commits to the remote repo","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"push-tag":{"id":"push-tag","description":"Pushes local tag(s) to origin","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"option","char":"a","description":"all the local tags"}},"args":[]},"rename-branch":{"id":"rename-branch","description":"Renames a local branch to a new one","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"search":{"name":"search","type":"boolean","char":"s","allowNo":false}},"args":[]},"reset-head":{"id":"reset-head","description":"Resets the current HEAD to a branch or tag","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"revert-changes":{"id":"revert-changes","description":"Reverts an uncommitted change","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"revert-last-commit":{"id":"revert-last-commit","description":"Reverts the last commit to repo, changes are left on the file system","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"setup-git-flow":{"id":"setup-git-flow","description":"Sets up GitFlow branching model workflow","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{"global":{"name":"global","type":"option","char":"g","description":"setup flow config globally"},"production":{"name":"production","type":"option","char":"p","description":"name of the production release branch"},"next":{"name":"next","type":"option","char":"n","description":"name of the next release branch"},"feature":{"name":"feature","type":"option","char":"f","description":"name of the feature branch"},"release":{"name":"release","type":"option","char":"r","description":"name of the release branch"},"hotfix":{"name":"hotfix","type":"option","char":"h","description":"name of the hotfix branch"},"tag":{"name":"tag","type":"option","char":"t","description":"version tag prefix"}},"args":[]},"stash-changes":{"id":"stash-changes","description":"Stashes the changes in the workspace","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"switch-branch":{"id":"switch-branch","description":"Switches the current branch to another local branch","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]},"unstash-changes":{"id":"unstash-changes","description":"Applies the stashed changes back into workspace","pluginName":"ogit","pluginType":"core","aliases":[],"flags":{},"args":[]}}}