All Projects → unixorn → Git Extra Commands

unixorn / Git Extra Commands

Licence: apache-2.0
A collection of git utilities and useful extra git scripts I've discovered or written, packaged for ease of use with shell frameworks.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Git Extra Commands

Awesome Zsh Plugins
A collection of ZSH frameworks, plugins, themes and tutorials.
Stars: ✭ 10,129 (+1510.33%)
Mutual labels:  oh-my-zsh, hacktoberfest, collection
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (-76.95%)
Mutual labels:  hacktoberfest, collection
Tgmeetup
A collection set of technical groups' information (meetup).
Stars: ✭ 139 (-77.9%)
Mutual labels:  hacktoberfest, collection
30 Seconds Of Swift Code
A Swift implementation of 30-seconds-of-code: A curated collection of useful Swift 4 snippets that you can understand in 30 seconds or less.
Stars: ✭ 476 (-24.32%)
Mutual labels:  hacktoberfest, collection
Magento Lts
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
Stars: ✭ 622 (-1.11%)
Mutual labels:  hacktoberfest
Camunda Bpm Examples
A collection of usage examples for camunda BPM intended to get you started quickly
Stars: ✭ 617 (-1.91%)
Mutual labels:  hacktoberfest
Django Stubs
PEP-484 stubs for Django
Stars: ✭ 611 (-2.86%)
Mutual labels:  hacktoberfest
Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (+855.8%)
Mutual labels:  hacktoberfest
Fiddle
🚀 The easiest way to get started with Electron
Stars: ✭ 6,167 (+880.45%)
Mutual labels:  hacktoberfest
Phpmyadmin
A web interface for MySQL and MariaDB
Stars: ✭ 5,750 (+814.15%)
Mutual labels:  hacktoberfest
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (-1.27%)
Mutual labels:  hacktoberfest
Dwitter
Social network for short js demos
Stars: ✭ 618 (-1.75%)
Mutual labels:  hacktoberfest
Laravel Translatable
A Laravel package for multilingual models
Stars: ✭ 624 (-0.79%)
Mutual labels:  hacktoberfest
Period
PHP's time range API
Stars: ✭ 616 (-2.07%)
Mutual labels:  collection
Flutter Examples
[Examples] Simple basic isolated apps, for budding flutter devs.
Stars: ✭ 5,863 (+832.11%)
Mutual labels:  hacktoberfest
Questionary
Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
Stars: ✭ 614 (-2.38%)
Mutual labels:  hacktoberfest
Jhipster Registry
JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config
Stars: ✭ 619 (-1.59%)
Mutual labels:  hacktoberfest
Parsel
Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
Stars: ✭ 628 (-0.16%)
Mutual labels:  hacktoberfest
Post Robot
Cross domain post-messaging on the client side using a simple listener/client pattern.
Stars: ✭ 619 (-1.59%)
Mutual labels:  hacktoberfest
Php Censor
PHP Censor is an open source self-hosted continuous integration server for PHP projects.
Stars: ✭ 619 (-1.59%)
Mutual labels:  hacktoberfest

git-extra-commands

License Build Status Code Climate Issue Count GitHub stars

Table of Contents

git-extra-commands is a ZSH plugin that packages some extra git helper scripts I've found. This collection (and the scripts that I wrote in it) is licensed with the Apache Version 2 license.

However, some of the scripts in this collection came from other sources and may have different licensing - if they do, their license information is included inline in the script source.

This collection doesn't actually require ZSH, but packaging it as a ZSH plugin makes it more convenient for people using a ZSH framework to use this collection.

If you wrote one of these scripts and want it removed from this collection, please either make a PR and/or file an issue against the repo and I will remove it.

Included Scripts

Script Original Source Description
git-add-username-remote Ryan Tomayko's dotfiles Adds a remote for the current repository for the given github username.
git-age Kristoffer Gronlund's wiki A git-blame viewer, written using PyGTK.
git-attic Leah Neukirchen's blog Displays a list of deleted files in your repo. The output is designed to be copy and pasted: Pass the second field to git show to display the file contents, or just select the hash without ^ to see the commit where removal happened.
git-big-file Mislav Marohnić's dotfiles Show files in the repo larger than a threshold size.
git-branch-name Joe Block [email protected] Prints the current branch name in automation-friendly format.
git-branch-rebaser Vengada Rangaraju [email protected] Kicks off an interactive rebase of all the commits on your branch. Including pushed commits, so be careful.
git-change-author Michael Demmer in jut-io/git-scripts Change one author/email in the history to another.
git-change-log John Wiegley's git-scripts Transform git log output into a complete Changelog for projects that haven't been maintaining one.
git-changes Michael Markert's dotfiles List authors in the repo in descending commit-count order.
git-checkout-pr Based on gist.github.com/gnarf/5406589 Check out a PR locally
git-churn Gary Bernhardt's dotfiles Show which files are getting changed most often in the repository.
git-clone-subset Rodrigo Silva (MestreLion) [email protected] Uses git clone and git filter-branch to remove from the clone all files but the ones requested, along with their associated commit history.
git-comma Leah Neukirchen's blog Adds and commits a file in one command
git-conflicts Seth Messer's bits and bobs repo Show files with conflicts
git-copy-branch-name Zach Holman's dotfiles Copy the current branch's name to the clipboard (macOS Only).
git-credit Zach Holman's dotfiles Quicker way to assign credit to another author on the latest commit.
git-current-branch Joe Block [email protected] Prints the name of the current branch, mainly useful in automation scripts.
git-cut-branch Ryan Tomayko's dotfiles Create a new branch pointed at HEAD and reset the current branch to the head of its tracking branch
git-delete-local-merged From a deleted post by @tekkub Delete all local branches that have been merged into HEAD.
git-delete-merged-branches ? Purges all branches that have been merged to a target branch (defaults to branches merged to master).
git-delete-tag Joe Block [email protected] Delete a tag, both locally and from the origin remote.
git-diff-last Sebastian Schuberth Show the last change made to a file in the repository.
git-divergence Gary Bernhardt's dotfiles Shows differences between local branch and its tracking branch.
git-edit-conflicts Joe Block [email protected] Edit the files that are marked as conflicted during a merge/rebase in your $EDITOR/$VISUAL.
git-find-dirty Matthew McCullough's scripts repository
git-flush John Wiegley's git-scripts Compact your reposistory by dropping all reflogs, stashes, and other cruft that may be bloating your pack files.
git-force-mtimes John Wiegley's git-scripts Sets mtimes of all files in the reprository their last change date based on git's log. Useful to avoid too new dates after a checkout confusing make or rake.
git-forest Jan Engelhardt Prints a text-based tree visualisation of your repository. Requires Git.pm
git-functionlog Joe Block [email protected] Allows you to get a log of a particular function, not a file
git-git Joe Block [email protected] Typing git git foo will make git do a git foo instead of complaining.
git-github-open ? Open GitHub file/blob page for FILE on LINE.
git-gitlab-mr Noel Cower's gist Open a merge request on GitLab
git-history-graph ? Pretty git log, single line per commit, with branch graphign
git-ignored ? Show files being ignored by git in the repo.
git-improved-merge Mislav Marohnić's dotfiles Sophisticated git merge with integrated CI check and automatic cleanup.
git-incoming Michael Markert's dotfiles Show commits in the tracking branch that are not in the local branch.
git-lines Neil Killeen [email protected] Gives you a list of author names with the number of lines last updated by that user in files in the current directory tree with the extension specified.
git-ls-object-refs Ryan Tomayko's dotfiles Find references to an object with SHA1 in refs, commits, and trees. All of them.
git-maildiff Sanjeev Kumar's blogpost A simple git command to email diff in color to reviewer/ co-worker.
git-maxpack John Wiegley's git-scripts Compress a repo's pack files as much as possible.
git-move-commits Corey Oordt's git-scripts git move-commits num-commits correct-branch moves the last n commits to correct-branch (creating it if necessary).
git-neck Leah Neukirchen's blog Show commits from the HEAD until the first branching point. Companion script for git-trail.
git-nuke Zach Holman's dotfiles Nukes a branch locally and on the origin remote.
git-object-deflate Ryan Tomayko's dotfiles Deflate an loose object file and write to standard output.
git-outgoing Michael Markert's dotfiles Show commits that are on the local branch that have not been pushed to the tracking branch.
git-overwritten Mislav Marohnić's dotfiles Aggregates git blame information about original owners of lines changed or removed in the '...' diff.
git-pie-ify JeeBak Kim's gist git pie-ify pattern replacement
git-plotrepo Matthew McCullogh's scripts collection Uses dot to draw a graph of the repository.
git-promote Trevor's Improving My git Workflow blog post (404 now) Promotes a local topic branch to a remote tracking branch of the same name.
git-prune-branches Michael Demmer in jut-io/git-scripts Deletes each fully merged branch after prompting for confirmation, than asks if you want the deleted branches deleted from your upstream remotes.
git-pruneall Ryan Tomayko's dotfiles Prune branches from specified remotes, or all remotes when no remote is specified.
git-publish Michael Markert's dotfiles git publish remote [remote-branch]
git-purge-from-history David Underhill’s blog Permanently delete files or folders from your git repository.
git-pylint Joe Block [email protected] Runs pylint on any .py files modified or added in the git status output.
git-rank-contributors William Morgan [email protected] Rummages through the changelog and orders contributors by the size of the diffs they're responsible for.
git-rebase-authors Mislav Marohnić's dotfiles Adds authorship info to interactive git rebase output
git-rebase-theirs Rodrigo Silva (MestreLion) [email protected] Resolve rebase conflicts by favoring 'theirs' version.
git-recently-checkedout-branches Mislav Marohnić's dotfiles Shows timestamp and name of recently checked-out branches in reverse chronological order.
git-ref-recent Y combinator article Shows the date, branch name, commit hash, and commit subject of branches, from most recently modified to oldest branches.
git-rel Ryan Tomayko's dotfiles Shows the relationship between the current branch and ref. With no ref, the current branch's remote tracking branch is used.
git-remote-default-branch Mine Shows the default branch for a specified remote, defaults to origin when no remote is specified.
git-related Mislav Marohnić's dotfiles Show other files that often get changed in commits that touch <file>.
git-rename-branches Rodrigo Silva (MestreLion) [email protected] Rename multiple branches that start with a given name.
git-reset-with-fire Joe Block [email protected] Hard reset the working directory, then zap any files not known to git.
git-restore-mtime Rodrigo Silva (MestreLion) [email protected] Change mtime of files based on commit date of last change.
git-rm-deleted-from-repo Joe Block [email protected] Removes files you deleted with rm from the repo for you.
git-root-directory Joe Block [email protected] Prints the path to the root of the git repository you're in.
git-run-command-on-revisions Gary Bernhardt's dotfiles Runs a given command over a range of Git revisions.
git-shamend Danielle Sucher's git-shamend blog post Amends your staged changes as a fixup (keeping the pre-existing commit message) to the specified commit, or HEAD if no revision is specified.
git-show-overwritten Mislav Marohnić's dotfiles Aggregates git blame information about the original owners of lines changed or removed in the '...' diff.
git-shrink-repo Based on gimbo/gimbo-git.zsh Shrinks your clone of a git repo.
git-sp A. Schwarz's git-sp "Simple push", single short command to commit, and push. Use -a flag to add all files to commit.
git-sr Noel Cower's git-sr Use fzf to switch to a different git ref.
git-switch-branch Andrew Steele's dotfiles Make it easier to switch to a branch by a substring of its name. More useful if you are good about deleting branches which have been merged upstream and if your branch names include unique identifiers like ticket/issue numbers or feature names.
git-submodule-rm Greg V's dotfiles & Pascal Sommer Allows you to remove a submodule easily with git submodule-rm path/to/submodule.
git-tag-and-sign ? Create and sign a new tag
git-thanks Mislav Marohnić's dotfiles List the contributors to a repository in descending commit order, even if their contribution has been completely replaced.
git-track Zach Holman's dotfiles Sets up your branch to track a remote branch. Assumes you mean origin/localbranchname.
git-trail Leah Neukirchen's blog Show all branching points in the repo's Git history so you can see how to reach commits in the current branch from other branches.
git-undelete ? Undeletes a file.
git-undo-push ? Undoes your last push to branch $1 of origin
git-unpushed Zach Holman's dotfiles Show the diff of everything you haven't pushed to the origin remote yet
git-unreleased Mislav Marohnić's dotfiles Shows git commits since the last tagged version.
git-up Ryan Tomayko's dotfiles
git-upstream-sync Joe Block [email protected] Fetches upstream/yourforkname and rebases it into your local fork, then pushes to your origin remote.
git-what-the-hell-just-happened Gary Bernhardt's dotfiles Show what just happened.
git-when-merged Michael Haggerty git-when-merged Find when a commit was merged into one or more branches.
git-where Mislav Marohnić's dotfiles Shows where a particular commit falls between releases.
git-whoami Peter Eisentraut Shows what username & email you have configured for the repo you're in
git-winner Garry Dolley https://github.com/up_the_irons/git-winner Shows what authors have made the most commits, both by number of commits and by number of lines changed.
git-wordiness Noel Cower Shows how wordy people's commit messages are. Useful for shaming the folks who commit atrocities like git commit -m fixup
git-wtf William Morgan [email protected] git-wtf displays the state of your repository in a readable, easy-to-scan format. It's useful for getting a summary of how a branch relates to a remote server, and for wrangling many topic branches.
github-open Ryan Tomayko's dotfiles

Useful git aliases

Here are some helpful aliases for your ~/.gitconfig

alias Description
ahead-of-master = log --oneline origin/master..HEAD Show commits that haven't made it to master yet.
fetch-pull-requests = fetch origin '+refs/pull/*/head:refs/remotes/origin/pull/*' Fetch pull requests from github so you can git checkout pull/123 and test them locally.
roots = log --all --oneline --decorate --max-parents=0 Show the root commits.
unpushed = log @{u}.. Show which commits have not been pushed to the tracking branch and are safe to amend/rebase.
work-in-progress = rebase -i @{u} Starts an interactive rebase of all the commits you haven't pushed yet. Handy for collapsing a bunch of work-in-progress snapshots into logical commits before pushing, without having to worry about accidentally squashing a commit someone else has already referred to.

Installing

Pre-requisites

  • A relatively recent version of git. The version of git Apple includes in macOS is very stale. You should really brew install git to get the current version if you're on macOS - if not for features, for security updates.
  • Python 3+
  • Ruby 2.2+

zgen

If you're using zgen:

  1. Add zgen load unixorn/git-extra-commands to your .zshrc along with your other zgen load commands.
  2. zgen reset && zgen save

Antigen

If you're using Antigen:

  1. Add antigen bundle unixorn/git-extra-commands to your .zshrc where you've listed your other plugins.
  2. Close and reopen your Terminal/iTerm window to refresh context and use the plugin. Alternatively, you can run antigen bundle unixorn/git-extra-commands in a running shell to have antigen load the new plugin.

oh-my-zsh

If you're using oh-my-zsh:

  1. In the command line, change to oh-my-zsh's custom plugin directory :

    cd ~/.oh-my-zsh/custom/plugins/

  2. Clone the repository into a new git-extra-commands directory:

    git clone https://github.com/unixorn/git-extra-commands.git git-extra-commands

  3. Edit your ~/.zshrc and add git-extra-commands – same as clone directory – to the list of plugins to enable:

    plugins=( ... git-extra-commands )

  4. Then, restart your terminal application to refresh context and use the plugin. Alternatively, you can source your current shell configuration:

    source ~/.zshrc

Bash / Manual Installation

Nothing here actually requires you to use ZSH or zgen, that's just a convenient distribution method for anyone using a ZSH framework.

If you aren't using any ZSH frameworks, or if you're using bash, fish or another shell, do the following steps:

  1. git clone this repository
  2. Add cloneDirectory/bin to your $PATH in your shell's startup file.

Other useful git stuff

Articles / Blog posts / Books

External Git Utilities

  • bfg repo-cleaner - Removes large or troublesome blobs like git filter-branch does, but faster.
  • bitbucket-git-helpers - Helper scripts to allow you to create bitbucket PRs from a shell session.
  • blackbox - Tom Limoncelli open sourced the tool they use at Stack Exchange to use GPG to store secrets in a git repository.
  • branch-manager - ZSH plugin for branch management
  • commit-helper - A python script that helps you write commits following commit conventions.
  • diff-so-fancy - Better looking git diffs
  • git ZSH plugin - A replacement for the stock oh-my-zsh git plugin. Provides quite a few useful aliases and functions that are more consistent in their naming that the relatively unintuitive ones in the stock plugin.
  • git-aliases.zsh - Peter Hurford's git plugin which you may prefer to the git plugin from oh-my-zsh.
  • git-also - Shows what files are most often committed with a given file in the repository.
  • git-amend - Bash script to amend older commits with staged changes.
  • git-branch-status - A git utility to make managing large number of branches either across many remotes easier. Branch status allows comparing all branches against their upstream or any arbitrary branch to show the number of commit differences.
  • git-branches - Prints the commit behind/ahead counts for branches.
  • git-bump - Hook scripts to automatically bump the version file in a repository
  • git-chart - A python script that builds charts from a git repository
  • git-complete-urls - ZSH plugin to enhance git tab completion to include in the remotes completion (e.g. from git clone) any URL in the clipboard.
  • git-cop - Enforces git rebase workflow with consistent commits for a clean and easy to read/debug project history.
  • git-crypt - Enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out.
  • git-deploy-s3 - Keeps your git repository's assets in sync with Amazon S3.
  • git-diffall - Provides a directory based diff mechanism for git.
  • git-extend - Extend git builtins with command wrappers.
  • git-fastclone - Think git clone --recursive on steroids. If you're doing repeated checkouts of a given repo on a machine (like a ci box), git-fastclone will speed things up considerably.
  • git-flow-completion - Bash, Fish and ZSH completion support for git-flow
  • git-follow - Follow lifetime changes of a pathspec.
  • git-graph - creates a Graphviz graph showing the high-level structure of a repository's history.
  • git-gutter - Plugin for Sublime Text 2/3 to display the git diff in the edit window gutter.
  • git-it-on.zsh - Another plugin by Peter Hurford that adds a gitit command that will open your current directory on github, in your current branch. Also works with private github servers.
  • git-quick-stats - A simple and efficient way to access various statistics in a git repository.
  • git-repo-updater - Allows you to easily update multiple git repositories at once.
  • git-secrets - Prevents you from committing secrets and credentials into git repositories.
  • git-standup - Recall what you did on the last working day. Can work in a directory full of git repos to see a consolidated view of all work in all the repos.
  • git-stashd - Autostashing daemon for dirty worktrees.
  • git-submodule-tools - A collection of scripts that should help make life with git submodules easier.
  • git-sweep - A utility script to remove branches that have been merged to master.
  • git-todo - helper script to show all the todo entries in your repo.
  • git-up (gem) - Fetch and rebase all locally-tracked remote branches.
  • git-up (python) - Python implementation of Aanand's original ruby gem
  • git-wayback-machine - A simple script to quickly navigate a project's state through it's git history
  • git_history_visualizer - python script to visualize the history of files in a git repository
  • gitbaby - Helper scripts to manage your git repositories
  • gitgo - Open a GitHub/Gitlab hosted repository in your browser via the command line (macOS only).
  • gitsh - An interactive shell for git. From within gitsh you can issue any git command, even using your local aliases and configuration.
  • gunstage - There are at least eight ways to unstage files in a git repository. This is a command-line shell plugin for undoing git add.
  • hitch - Allows developers to be properly credited when Pair Programming and using git.
  • hub - A command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.
  • igit - Interactively construct git commands using fzf.
  • joe - Generates .gitignore files from the command line for you.
  • mergepbx - Helper script for merging XCode project files.
  • switch-git - Easy switching between git repositories. Just type sgr <some part of you repo's name>, press enter and you're there.
  • xcode-build-scripts - Helper scripts to use with XCode projects.

Miscellaneous Tips

Make it easier to check out default branch

Many repositories are switching away from using master as the default branch name. You can do git config --global alias.co-default '!'"git checkout \$(git branch -r | awk -F/ '/HEAD/ {print \$NF}')" to add a co-default alias that will determine what the repository's default branch is for you.

Alternatively, add the following aliases from a tweet by @jnesselr to your .gitconfig file:

cdef = "!git checkout $(git originhead)"
originhead = "!git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5"

This queries the remote to get the current up to date default branch, so it will work even if the remote's default branch changes after you did your initial checkout.

Have git cope with typos

Do git config --global help.autocorrect 1

git will now try to figure out what you meant, for example:

$ git commt
WARNING: You called a Git command named 'commt', which does not exist.
Continuing in 0.1 seconds, assuming that you meant 'commit'.

Rewrite git:// with https://

git config --global url."https://github".insteadOf git://github

or replace with ssh

Use ssh instead of https://

git config --global url."[email protected]:".insteadOf "https://github.com/"

Credit: @grawity & @hansdg1 by way of Kovrinic

Contributing

  • Please include an entry both in the credits section of README.md for any scripts and a credit comment in the script itself in your PRs so authors get their work credited correctly.
  • Please use #!/usr/bin/env interpreter instead of a direct path to the interpreter, this makes it easier for people to use more recent versions when the ones packaged with their OS (macOS and CentOS, I'm looking at you!) are stale.

Thanks

Many thanks to all the contributors over the years.

Made with contributors-img.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].