git-extras (Awesome GIT utilities)

git extras

  1GIT-EXTRAS(1)                                                                                                  Git Extras                                                                                                  GIT-EXTRAS(1)
  2
  3NAME
  4       git-extras - Awesome GIT utilities
  5
  6SYNOPSIS
  7       git-extras [-v,--version] [-h,--help] [update]
  8
  9OPTIONS
 10       -v, --version
 11
 12       Show git-extras version number.
 13
 14       -h, --help
 15
 16       Show this help. This option can also be used for any of the extras commands.
 17
 18       update
 19
 20       Self update.
 21
 22COMMANDS
 23       ·   git-alias(1) Define, search and show aliases
 24
 25       ·   git-archive-file(1) Export the current HEAD of the git repository to an archive
 26
 27       ·   git-authors(1) Generate authors report
 28
 29       ·   git-back(1) Undo and Stage latest commits
 30
 31       ·   git-bug(1) Create bug branch
 32
 33       ·   git-bulk(1) Run git commands on multiple repositories
 34
 35       ·   git-changelog(1) Generate a changelog report
 36
 37       ·   git-chore(1) Create chore branch
 38
 39       ·   git-clear(1) Rigorously clean up a repository
 40
 41       ·   git-clear-soft(1) Soft clean up a repository
 42
 43       ·   git-commits-since(1) Show commit logs since some date
 44
 45       ·   git-contrib(1) Show user´s contributions
 46
 47       ·   git-count(1) Show commit count
 48
 49       ·   git-create-branch(1) Create branches
 50
 51       ·   git-delete-branch(1) Delete branches
 52
 53       ·   git-delete-merged-branches(1) Delete merged branches
 54
 55       ·   git-delete-submodule(1) Delete submodules
 56
 57       ·   git-delete-tag(1) Delete tags
 58
 59       ·   git-delta(1) Lists changed files
 60
 61       ·   git-effort(1) Show effort statistics on file(s)
 62
 63       ·   git-feature(1) Create/Merge feature branch
 64
 65       ·   git-force-clone(1) overwrite local repositories with clone
 66
 67       ·   git-fork(1) Fork a repo on github
 68
 69       ·   git-fresh-branch(1) Create fresh branches
 70
 71       ·   git-gh-pages(1) Create the GitHub Pages branch
 72
 73       ·   git-graft(1) Merge and destroy a given branch
 74
 75       ·   git-guilt(1) calculate change between two revisions
 76
 77       ·   git-ignore-io(1) Get sample gitignore file
 78
 79       ·   git-ignore(1) Add .gitignore patterns
 80
 81       ·   git-info(1) Returns information on current repository
 82
 83       ·   git-line-summary(1) Show repository summary by line
 84
 85       ·   git-local-commits(1) List local commits
 86
 87       ·   git-locked(1) ls files that have been locked
 88
 89       ·   git-lock(1) Lock a file excluded from version control
 90
 91       ·   git-merge-into(1) Merge one branch into another
 92
 93       ·   git-merge-repo(1) Merge two repo histories
 94
 95       ·   git-missing(1) Show commits missing from another branch
 96
 97       ·   git-mr(1) Checks out a merge request locally
 98
 99       ·   git-obliterate(1) rewrite past commits to remove some files
100
101       ·   git-pr(1) Checks out a pull request locally
102
103       ·   git-psykorebase(1) Rebase a branch with a merge commit
104
105       ·   git-pull-request(1) Create pull request for GitHub project
106
107       ·   git-reauthor(1) Rewrite history to change author´s identity
108
109       ·   git-rebase-patch(1) Rebases a patch
110
111       ·   git-refactor(1) Create refactor branch
112
113       ·   git-release(1) Commit, tag and push changes to the repository
114
115       ·   git-rename-branch(1) rename local branch and push to remote
116
117       ·   git-rename-tag(1) Rename a tag
118
119       ·   git-repl(1) git read-eval-print-loop
120
121       ·   git-reset-file(1) Reset one file
122
123       ·   git-root(1) show path of root
124
125       ·   git-scp(1) Copy files to SSH compatible git-remote
126
127       ·   git-sed(1) replace patterns in git-controlled files
128
129       ·   git-setup(1) Set up a git repository
130
131       ·   git-show-merged-branches(1) Show merged branches
132
133       ·   git-show-tree(1) show branch tree of commit history
134
135       ·   git-show-unmerged-branches(1) Show unmerged branches
136
137       ·   git-squash(1) Import changes from a branch
138
139       ·   git-stamp(1) Stamp the last commit message
140
141       ·   git-standup(1) Recall the commit history
142
143       ·   git-summary(1) Show repository summary
144
145       ·   git-sync(1) Sync local branch with remote branch
146
147       ·   git-touch(1) Touch and add file to the index
148
149       ·   git-undo(1) Remove latest commits
150
151       ·   git-unlock(1) Unlock a file excluded from version control
152
153AUTHOR
154       Written by Tj Holowaychuk <tj@vision-media.ca>
155
156REPORTING BUGS
157       <https://github.com/tj/git-extras/issues>
158
159SEE ALSO
160       <https://github.com/tj/git-extras>
161
162                                                                                                              February 2018                                                                                                GIT-EXTRAS(1)

oh my zsh plugin