From 3f69c7a453f6c7052c3aedbe771ee0285fa10d32 Mon Sep 17 00:00:00 2001 From: AndrewKvalheim Date: Mon, 20 Oct 2014 09:55:18 -0700 Subject: [PATCH] Fix formatting. --- Plugins.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index ca8b1a5..7a866bc 100644 --- a/Plugins.md +++ b/Plugins.md @@ -565,7 +565,35 @@ git-extras git-extras - Support for [git-extras](https://github.com/visionmedia/git-extras) completion -Pressing tab after the various commands should autofill authors, branches and tags depending on context* `git changelog [-l/--list]` - populate changelog file with commits since the previous tag* `git contrib` - display author contributions* `git count [--all]` - count commits* `git delete-branch` - delete local and remote branch* `git delete-submodule` - delete submodule* `git delete-tag` - delete local and remote tag* `git extras [-v/--version]` - git-extras* `git graft` - merge commits from source branch to destination branch* `git squash` - merge commits from source branch into the current one as a single commit* `git feature [finish]` - create a feature branch* `git refactor [finish]` - create a refactor branch* `git bug [finish]` - create a bug branch* `git summary` - repository summary* `git effort [--above]` - display effort statistics* `git repl` - read-eval-print-loop* `git commits-since` - list commits since a given date* `git release` - release commit with the given tag* `git alias` - define, search and show aliases* `git ignore` - add patterns to .gitignore* `git info` - show info about the repository* `git create-branch` - create local and remote branch* `git fresh-branch` - create empty local branch* `git undo` - remove the latest commit* `git setup` - setup a git repository* `git touch` - one step creation of new files* `git obliterate` - Completely remove a file from the repository, including past commits and tags* `git local-commits` - list unpushed commits on the local branch +Pressing tab after the various commands should autofill authors, branches and tags depending on context. + +- `git changelog [-l/--list]` - populate changelog file with commits since the previous tag +- `git contrib` - display author contributions +- `git count [--all]` - count commits +- `git delete-branch` - delete local and remote branch +- `git delete-submodule` - delete submodule +- `git delete-tag` - delete local and remote tag +- `git extras [-v/--version]` - git-extras +- `git graft` - merge commits from source branch to destination branch +- `git squash` - merge commits from source branch into the current one as a single commit +- `git feature [finish]` - create a feature branch +- `git refactor [finish]` - create a refactor branch +- `git bug [finish]` - create a bug branch +- `git summary` - repository summary +- `git effort [--above]` - display effort statistics +- `git repl` - read-eval-print-loop +- `git commits-since` - list commits since a given date +- `git release` - release commit with the given tag +- `git alias` - define, search and show aliases +- `git ignore` - add patterns to .gitignore +- `git info` - show info about the repository +- `git create-branch` - create local and remote branch +- `git fresh-branch` - create empty local branch +- `git undo` - remove the latest commit +- `git setup` - setup a git repository +- `git touch` - one step creation of new files +- `git obliterate` - Completely remove a file from the repository, including past commits and tags +- `git local-commits` - list unpushed commits on the local branch git-flow -------- @@ -1375,4 +1403,4 @@ wd show ``` wd ls ``` -- Print usage with no opts or the `help` argument. +- Print usage with no opts or the `help` argument. \ No newline at end of file