Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 17, 2018 09:46
Show Gist options
  • Save ryantm/47973e72d7107d20a48cf6f03772c371 to your computer and use it in GitHub Desktop.
Save ryantm/47973e72d7107d20a48cf6f03772c371 to your computer and use it in GitHub Desktop.
/nix/store/2vsggqy0nks25yydj40zhlwmndrymy7s-git-extras-4.6.0
├── bin
│   ├── git-alias
│   ├── git-archive-file
│   ├── git-authors
│   ├── git-back
│   ├── git-bug
│   ├── git-bulk
│   ├── git-changelog
│   ├── git-chore
│   ├── git-clear
│   ├── git-clear-soft
│   ├── git-commits-since
│   ├── git-contrib
│   ├── git-count
│   ├── git-create-branch
│   ├── git-delete-branch
│   ├── git-delete-merged-branches
│   ├── git-delete-submodule
│   ├── git-delete-tag
│   ├── git-delta
│   ├── git-effort
│   ├── git-extras
│   ├── git-feature
│   ├── git-force-clone
│   ├── git-fork
│   ├── git-fresh-branch
│   ├── git-gh-pages
│   ├── git-graft
│   ├── git-guilt
│   ├── git-ignore
│   ├── git-ignore-io
│   ├── git-info
│   ├── git-line-summary
│   ├── git-local-commits
│   ├── git-lock
│   ├── git-locked
│   ├── git-merge-into
│   ├── git-merge-repo
│   ├── git-missing
│   ├── git-mr
│   ├── git-obliterate
│   ├── git-pr
│   ├── git-psykorebase
│   ├── git-pull-request
│   ├── git-reauthor
│   ├── git-rebase-patch
│   ├── git-refactor
│   ├── git-release
│   ├── git-rename-branch
│   ├── git-rename-tag
│   ├── git-repl
│   ├── git-reset-file
│   ├── git-root
│   ├── git-rscp
│   ├── git-scp
│   ├── git-sed
│   ├── git-setup
│   ├── git-show-merged-branches
│   ├── git-show-tree
│   ├── git-show-unmerged-branches
│   ├── git-squash
│   ├── git-stamp
│   ├── git-standup
│   ├── git-summary
│   ├── git-sync
│   ├── git-touch
│   ├── git-undo
│   └── git-unlock
├── etc
│   └── bash_completion.d
│   └── git-extras
└── share
└── man
└── man1
├── git-alias.1.gz
├── git-archive-file.1.gz
├── git-authors.1.gz
├── git-back.1.gz
├── git-bug.1.gz
├── git-bulk.1.gz
├── git-changelog.1.gz
├── git-chore.1.gz
├── git-clear.1.gz
├── git-clear-soft.1.gz
├── git-commits-since.1.gz
├── git-contrib.1.gz
├── git-count.1.gz
├── git-create-branch.1.gz
├── git-delete-branch.1.gz
├── git-delete-merged-branches.1.gz
├── git-delete-submodule.1.gz
├── git-delete-tag.1.gz
├── git-delta.1.gz
├── git-effort.1.gz
├── git-extras.1.gz
├── git-feature.1.gz
├── git-force-clone.1.gz
├── git-fork.1.gz
├── git-fresh-branch.1.gz
├── git-gh-pages.1.gz
├── git-graft.1.gz
├── git-guilt.1.gz
├── git-ignore.1.gz
├── git-ignore-io.1.gz
├── git-info.1.gz
├── git-line-summary.1.gz
├── git-local-commits.1.gz
├── git-lock.1.gz
├── git-locked.1.gz
├── git-merge-into.1.gz
├── git-merge-repo.1.gz
├── git-missing.1.gz
├── git-mr.1.gz
├── git-obliterate.1.gz
├── git-pr.1.gz
├── git-psykorebase.1.gz
├── git-pull-request.1.gz
├── git-reauthor.1.gz
├── git-rebase-patch.1.gz
├── git-refactor.1.gz
├── git-release.1.gz
├── git-rename-branch.1.gz
├── git-rename-tag.1.gz
├── git-repl.1.gz
├── git-reset-file.1.gz
├── git-root.1.gz
├── git-scp.1.gz
├── git-sed.1.gz
├── git-setup.1.gz
├── git-show-merged-branches.1.gz
├── git-show-tree.1.gz
├── git-show-unmerged-branches.1.gz
├── git-squash.1.gz
├── git-stamp.1.gz
├── git-standup.1.gz
├── git-summary.1.gz
├── git-sync.1.gz
├── git-touch.1.gz
├── git-undo.1.gz
└── git-unlock.1.gz
6 directories, 134 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment