Git docker image (minidocks/git)
Git is a distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- Git Large File Storage (LFS)
- git-metafile: A tool for storing and restoring files metadata (mode, owner, group).
- git-secret: A bash tool to store private data inside a git repo.
- git-crypt: Transparent file encryption in git.
- git-secrets: Prevents you from committing secrets and credentials into git repositories.
- git-subsplit: Automate and simplify the process of managing one-way read-only subtree splits.
- git-hooks: A tool to manage project, user, and global Git hooks for multiple git repositories.
- git-standup: Recall what you did on the last working day ..or be nosy and find what someone else did.
- tomono: Merge multiple repositories into one big monorepository. Migrates every branch in every subrepo to the eponymous branch in the monorepo, with all files (including in the history) rewritten to live under a subdirectory.
- splitsh: splitsh-lite replaces the subtree split Git built-in command to make splitting a monolithic repository to read-only standalone repositories easy and fast.
- monorepo-tools: Tools for building and splitting monolithic repository from existing packages.
- git-quick-stats: Simple and efficient way to access various statistics in a git repository.
- git-extras: GIT utilities – repo summary, repl, changelog population, author commit percentages and more.
- git-fame: Pretty-print git repository collaborators sorted by contributions.
- git-filter-repo: The versatile tool for rewriting history.
- git-interactive-rebase-tool: An improved sequence editor for Git
- git-sizer: Compute various size metrics for a Git repository, flagging those that might cause problems
docker run --rm -it -v "`pwd`:`pwd`" -w "`pwd`" -v ~:/home/user minidocks/git sh
Tag | Size |
---|---|
latest, 2 | |
2 |