Found 11 bookmarks
Newest
BFG Repo-Cleaner by rtyley
BFG Repo-Cleaner by rtyley

"The BFG is a simpler, faster alternative to git-filter-branch for cleansing bad data out of your Git repository history:

Removing Crazy Big Files Removing Passwords, Credentials & other Private data"

BFG Repo-Cleaner by rtyley
Git Large File Storage
Git Large File Storage
"Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise."
Git Large File Storage
Crew - Code review tool
Crew - Code review tool

Crew is a code review tool for git projects. It works with a simple API : you can easily integrate it in your workflow.

Crew is a standalone LAMP project. It is based on web common technologies(symfony 1.x, jQuery and LESS) : you can easily install it on your own server.

Crew is an open-source project. It is published under MIT license : you can use it Like A Boss !

Crew - Code review tool
rtomayko's git-sh at master - GitHub
rtomayko's git-sh at master - GitHub

A customized bash shell suitable for git work.

The git-sh command starts an interactive bash shell tweaked for heavy git interaction:

All git commands available at top-level (checkout master = git checkout master) All git aliases defined in the [alias] section of ~/.gitconfig available at top-level. Shawn O. Pearce's excellent bash completion strapped onto all core commands and git aliases. Custom prompt with current branch, repository, and work tree dirty indicator. Customizable via /etc/gitshrc and ~/.gitshrc config files; for creating aliases, changing the prompt, etc. Runs on top of normal bash (~/.bashrc) and readline (~/.inputrc) configurations.

rtomayko's git-sh at master - GitHub
hub
hub
hub enhances various git commands with GitHub remote expansion. The alias command displays information on configuring your environment:
hub