awesome-autogit
awesome-autogit copied to clipboard
Curated list of resources for autogit.
Awesome Autogit
Curated list of resources for autogit.
Commands
- autogit-command-fetch - A command for fetching from a remote.
- autogit-command-github-publish - A command for publishing repositories to GitHub.
- autogit-command-github-sync - A command for synchronizing repositories with GitHub.
- autogit-command-pull - A command for pulling from a remote.
- autogit-command-push - A command for pushing to a remote.
- autogit-command-readme-autocommit - A command for autocommitting changes to the readme.
- autogit-command-rollback - A command for rolling back the history to that of the origin and discarding local changes.
- autogit-command-shell - A command for executing a plain shell command.
- autogit-command-status - A command for showing the status of repositories.
Plugins
- autogit-plugin-autocommit - A plugin for automatically making a commit when specific files change.
- autogit-plugin-commit - A plugin for making a commit.
- autogit-plugin-confirmation - A plugin for asking for confirmation before proceeding.
- autogit-plugin-fetch - A plugin for fetching from a remote.
- autogit-plugin-github-publish - A plugin for publishing repositories to GitHub.
- autogit-plugin-github-sync-description - A plugin for synchronizing the description with GitHub.
- autogit-plugin-github-sync-keywords - A plugin for synchronizing the keywords with GitHub.
-
autogit-plugin-gitignore - A plugin for manipulating
.gitignore
. - autogit-plugin-pull - A plugin for pulling from a remote.
- autogit-plugin-push - A plugin for pushing to a remote.
- autogit-plugin-replace - A plugin for performing string replacements.
- autogit-plugin-rollback - A plugin for rolling back the history to that of the origin and discarding local changes.
- autogit-plugin-stage - A plugin for staging files.
- autogit-plugin-summary - A plugin for displaying a summary of all the changes in the working tree.
Templates
These templates are useful for starting new plugins and commands, they must be used via template.
- template-autogit-command - A template for starting a new autogit command quickly.
- template-autogit-plugin - A template for starting a new autogit plugin quickly.