GIT-EXTRAS(1) | Git Extras | GIT-EXTRAS(1) |
NAME¶
git-extras - Awesome GIT utilitiesSYNOPSIS¶
git-extras [-v,--version] [-h,--help] [update]OPTIONS¶
-v, --versionShow git-extras version number.
-h, --help
Show this help. This option can also be used for any of the extras commands.
update
Self update.
COMMANDS¶
- git-alias(1) Define, search and show aliases
- git-archive-file(1) Export the current HEAD of the git repository to a archive
- git-authors(1) Generate authors report
- git-back(1) Undo and Stage latest commits
- git-bug(1) Create bug branch
- git-changelog(1) Generate a changelog report
- git-chore(1) Create chore branch
- git-clear(1) Rigorously clean up a repository
- git-commits-since(1) Show commit logs since some date
- git-contrib(1) Show user´s contributions
- git-count(1) Show commit count
- git-create-branch(1) Create branches
- git-delete-branch(1) Delete branches
- git-delete-merged-branches(1) Delete merged branches
- git-delete-submodule(1) Delete submodules
- git-delete-tag(1) Delete tags
- git-delta(1) Lists changed files
- git-effort(1) Show effort statistics on file(s)
- git-feature(1) Create/Merge feature branch
- git-fork(1) Fork a repo on github
- git-fresh-branch(1) Create fresh branches
- git-gh-pages(1) Create the GitHub Pages branch
- git-graft(1) Merge and destroy a given branch
- git-guilt(1) calculate change between two revisions
- git-ignore-io(1) Get sample gitignore file
- git-ignore(1) Add .gitignore patterns
- git-info(1) Returns information on current repository
- git-line-summary(1) Show repository summary by line
- git-local-commits(1) List local commits
- git-lock(1) Lock a file excluded from version control
- git-locked(1) ls files that have been locked
- git-merge-into(1) Merge one branch into another
- git-merge-repo(1) Merge two repo histories
- git-missing(1) Show commits missing from another branch
- git-pr(1) Checks out a pull request locally
- git-psykorebase(1) Rebase a branch with a merge commit
- git-reauthor(1) Rewrite history to change author´s identity
- git-rebase-patch(1) Rebases a patch
- git-refactor(1) Create refactor branch
- git-release(1) Commit, tag and push changes to the repository
- git-rename-tag(1) Rename a tag
- git-repl(1) git read-eval-print-loop
- git-reset-file(1) Reset one file
- git-root(1) show path of root
- git-scp(1) Copy files to SSH compatible git-remote
- git-sed(1) replace patterns in git-controlled files
- git-setup(1) Set up a git repository
- git-show-merged-branches(1) Show merged branches
- git-show-tree(1) show branch tree of commit history
- git-show-unmerged-branches(1) Show unmerged branches
- git-squash(1) Import changes from a branch
- git-summary(1) Show repository summary
- git-touch(1) Touch and add file to the index
- git-undo(1) Remove latest commits
- git-unlock(1) Unlock a file excluded from version control
AUTHOR¶
Written by Tj Holowaychuk <tj@vision-media.ca>REPORTING BUGS¶
<https://github.com/tj/git-extras/issues>SEE ALSO¶
<https://github.com/tj/git-extras>November 2016 |