Geordi, our collection of command line tools, has been extended by another command deploy-to-production. This script encapsulates the...
...search your gem at RubyGems. Example: will_paginate version history. The "Tags" tab at GitHub might be helpful as well...
Liquid Prompt gives you a nicely displayed prompt with useful information when you need it. It shows you what you...
Probably was in the repository once and got deleted in a commit that you pulled.
Heroku's architecture enables deployment with nothing but Git. Deployment is fast, simple, and just works – all you do is push code to your repo on Heroku...
...easy to generate metrics reports. It uses Saikuro, Flog, Flay, Rcov, Reek, Roodi, Subversion, Git, and Rails built-in stats task to create a series of reports. It's designed...
Capistrano recipes for database backups before migrations, passenger deployment strategy, release tagging in Git repos...
Added excludedCommands to allow selected git commands to run unsandboxed, even in strict mode
Best results in other decks
Git is our version control system. This lesson covers the everyday moves — committing, branching, merging, working with a remote — and the habits that make your history pleasant to review.
...review: one change per commit, a subject line that says what and why. Your Git configuration follows our config example (e.g. identity, SSH key, pull behaviour). You can browse a...
Beyond commit, push and pull, Git lets you rewrite history, split and squash commits, and recover from mistakes. This lesson covers the tools we use daily to keep feature branches...
...to what you already know. Just ask. Pick one introduction to rewriting history 📘 Pro Git, 7.6 "Rewriting History" — amend, interactive rebase, reorder, squash, split; the canonical text 📄 Rewriting history — Atlassian...