Man page - git-extras(1)
Packages contains this manual
- git-unlock(1)
- git-browse(1)
- git-standup(1)
- git-alias(1)
- git-setup(1)
- git-abort(1)
- git-rename-tag(1)
- git-lock(1)
- git-scp(1)
- git-repl(1)
- git-fresh-branch(1)
- git-touch(1)
- git-delta(1)
- git-force-clone(1)
- git-gh-pages(1)
- git-release(1)
- git-info(1)
- git-delete-squashed-branches(1)
- git-archive-file(1)
- git-get(1)
- git-rebase-patch(1)
- git-delete-tag(1)
- git-clear-soft(1)
- git-count(1)
- git-root(1)
- git-pull-request(1)
- git-local-commits(1)
- git-pr(1)
- git-ignore(1)
- git-cp(1)
- git-show-merged-branches(1)
- git-feature(1)
- git-sed(1)
- git-effort(1)
- git-utimes(1)
- git-show-tree(1)
- git-reauthor(1)
- git-authors(1)
- git-commits-since(1)
- git-changelog(1)
- git-delete-branch(1)
- git-fork(1)
- git-squash(1)
- git-magic(1)
- git-summary(1)
- git-rename-remote(1)
- git-ignore-io(1)
- git-show-unmerged-branches(1)
- git-locked(1)
- git-missing(1)
- git-undo(1)
- git-clear(1)
- git-obliterate(1)
- git-reset-file(1)
- git-guilt(1)
- git-bulk(1)
- git-merge-repo(1)
- git-rename-file(1)
- git-contrib(1)
- git-stamp(1)
- git-extras(1)
- git-delete-merged-branches(1)
- git-browse-ci(1)
- git-merge-into(1)
- git-graft(1)
- git-rename-branch(1)
- git-create-branch(1)
- git-sync(1)
- git-delete-submodule(1)
- git-coauthor(1)
- git-psykorebase(1)
- git-brv(1)
- git-paste(1)
- git-mr(1)
apt-get install git-extras
Manual
GIT-EXTRAS
NAMESYNOPSIS
OPTIONS
ENVIRONMENT AND CONFIGURATION VARIABLES
COMMANDS
AUTHOR
REPORTING BUGS
SEE ALSO
NAME
git-extras - Awesome GIT utilities
SYNOPSIS
git-extras [-v,--version] [-h,--help] [update]
OPTIONS
-v, --version
Show git-extras version number.
-h, --help
Show this help. This option can also be used for any of the extras commands.
update
Self update.
ENVIRONMENT AND CONFIGURATION VARIABLES
git config --add git-extras.default-branch $BRANCH
Change the default branch to $BRANCH . If git-extras.default-branch isn’t set, init.defaultBranch is used instead. If none of them are set it defaults to main .
COMMANDS
|
• |
git-abort(1) Abort current git operation |
||
|
• |
git-alias(1) Define, search and show aliases |
||
|
• |
git-archive-file(1) Export the current HEAD of the git repository to an archive |
||
|
• |
git-authors(1) Generate authors report |
||
|
• |
git-browse-ci(1) View the web page for the current repository |
||
|
• |
git-browse(1) View the web page for the current repository |
||
|
• |
git-brv(1) List branches sorted by their last commit date |
||
|
• |
git-bulk(1) Run git commands on multiple repositories |
||
|
• |
git-changelog(1) Generate a changelog report |
||
|
• |
git-clear-soft(1) Soft clean up a repository |
||
|
• |
git-clear(1) Rigorously clean up a repository |
||
|
• |
git-coauthor(1) Add a co-author to the last commit |
||
|
• |
git-commits-since(1) Show commit logs since some date |
||
|
• |
git-contrib(1) Show user’s contributions |
||
|
• |
git-count(1) Show commit count |
||
|
• |
git-cp(1) Copy a file keeping its history |
||
|
• |
git-create-branch(1) Create branches |
||
|
• |
git-delete-branch(1) Delete branches |
||
|
• |
git-delete-merged-branches(1) Delete merged branches |
||
|
• |
git-delete-squashed-branches(1) Delete branches that were squashed |
||
|
• |
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-force-clone(1) overwrite local repositories with clone |
||
|
• |
git-fork(1) Fork a repo on github |
||
|
• |
git-fresh-branch(1) Create fresh branches |
||
|
• |
git-get(1) Clone a Git repository under a configured directory |
||
|
• |
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-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-magic(1) Automate add/commit/push routines |
||
|
• |
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-mr(1) Checks out a merge request locally |
||
|
• |
git-obliterate(1) rewrite past commits to remove some files |
||
|
• |
git-paste(1) Send patches to pastebin for chat conversations |
||
|
• |
git-pr(1) Checks out a pull request locally |
||
|
• |
git-psykorebase(1) Rebase a branch with a merge commit |
||
|
• |
git-pull-request(1) Create pull request for GitHub project |
||
|
• |
git-reauthor(1) Rewrite history to change author’s identity |
||
|
• |
git-rebase-patch(1) Rebases a patch |
||
|
• |
git-release(1) Commit, tag and push changes to the repository |
||
|
• |
git-rename-branch(1) rename local branch and push to remote |
||
|
• |
git-rename-file(1) Rename a file or directory and ensure Git recognizes the change, regardless of filesystem case-sensitivity. |
||
|
• |
git-rename-remote(1) Rename a remote |
||
|
• |
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) squash N last changes up to a ref’ed commit |
||
|
• |
git-stamp(1) Stamp the last commit message |
||
|
• |
git-standup(1) Recall the commit history |
||
|
• |
git-summary(1) Show repository summary |
||
|
• |
git-sync(1) Sync local branch with remote branch |
||
|
• |
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 |
||
|
• |
git-utimes(1) Change files modification time to their last commit date |
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 >