FreeBSD Manual Pages
GIT-EXTRAS(1) Git Extras GIT-EXTRAS(1) 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 com- mands. 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 O git-abort(1) Abort current git operation O git-alias(1) Define, search and show aliases O git-archive-file(1) Export the current HEAD of the git repository to an archive O git-authors(1) Generate authors report O git-browse-ci(1) View the web page for the current repository O git-browse(1) View the web page for the current repository O git-brv(1) List branches sorted by their last commit date O git-bulk(1) Run git commands on multiple repositories O git-changelog(1) Generate a changelog report O git-clear-soft(1) Soft clean up a repository O git-clear(1) Rigorously clean up a repository O git-coauthor(1) Add a co-author to the last commit O git-commits-since(1) Show commit logs since some date O git-contrib(1) Show user's contributions O git-count(1) Show commit count O git-cp(1) Copy a file keeping its history O git-create-branch(1) Create branches O git-delete-branch(1) Delete branches O git-delete-merged-branches(1) Delete merged branches O git-delete-squashed-branches(1) Delete branches that were squashed O git-delete-submodule(1) Delete submodules O git-delete-tag(1) Delete tags O git-delta(1) Lists changed files O git-effort(1) Show effort statistics on file(s) O git-feature(1) Create/Merge feature branch O git-force-clone(1) overwrite local repositories with clone O git-fork(1) Fork a repo on github O git-fresh-branch(1) Create fresh branches O git-get(1) Clone a Git repository under a configured directory O git-gh-pages(1) Create the GitHub Pages branch O git-graft(1) Merge and destroy a given branch O git-guilt(1) calculate change between two revisions O git-ignore-io(1) Get sample gitignore file O git-ignore(1) Add .gitignore patterns O git-info(1) Returns information on current repository O git-local-commits(1) List local commits O git-lock(1) Lock a file excluded from version control O git-locked(1) ls files that have been locked O git-magic(1) Automate add/commit/push routines O git-merge-into(1) Merge one branch into another O git-merge-repo(1) Merge two repo histories O git-missing(1) Show commits missing from another branch O git-mr(1) Checks out a merge request locally O git-obliterate(1) rewrite past commits to remove some files O git-paste(1) Send patches to pastebin for chat conversations O git-pr(1) Checks out a pull request locally O git-psykorebase(1) Rebase a branch with a merge commit O git-pull-request(1) Create pull request for GitHub project O git-reauthor(1) Rewrite history to change author's identity O git-rebase-patch(1) Rebases a patch O git-release(1) Commit, tag and push changes to the repository O git-rename-branch(1) rename local branch and push to remote O git-rename-file(1) Rename a file or directory and ensure Git recog- nizes the change, regardless of filesystem case-sensitivity. O git-rename-remote(1) Rename a remote O git-rename-tag(1) Rename a tag O git-repl(1) git read-eval-print-loop O git-reset-file(1) Reset one file O git-root(1) show path of root O git-scp(1) Copy files to SSH compatible git-remote O git-sed(1) replace patterns in git-controlled files O git-setup(1) Set up a git repository O git-show-merged-branches(1) Show merged branches O git-show-tree(1) show branch tree of commit history O git-show-unmerged-branches(1) Show unmerged branches O git-squash(1) squash N last changes up to a ref'ed commit O git-stamp(1) Stamp the last commit message O git-standup(1) Recall the commit history O git-summary(1) Show repository summary O git-sync(1) Sync local branch with remote branch O git-touch(1) Touch and add file to the index O git-undo(1) Remove latest commits O git-unlock(1) Unlock a file excluded from version control O 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> September 2024 GIT-EXTRAS(1)
NAME | SYNOPSIS | OPTIONS | ENVIRONMENT AND CONFIGURATION VARIABLES | COMMANDS | AUTHOR | REPORTING BUGS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-extras&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>