avantbard + git   35

Pro Git - Git's Little Bundle of Joy
use git bundle to bundle up a git repo into a binary file that you can email or usb stick around to someone. you can clone from this binary bundle just like you can from a remote source. awesome.
git  bundle  tips 
march 2010 by avantbard
rubyphunk's reflection at master - GitHub
"Reflection is designed to keep your development system in sync with your production system’s files and database (by dumping). It uses a shared git repository to store these files, which allows you to mirror your production environment without the need of direct access to your production servers."
git  production  development  dev  database  deployment  mirroring  mirror 
november 2009 by avantbard
What Am I About to Merge (with Git)? - aaronlongwell.com
git co development # The destination branch
git diff HEAD...topic-branch
git  merge 
august 2009 by avantbard
Pro Git
Scott Chacon's CC licensed book on Git.
git  book 
july 2009 by avantbard
Learn.GitHub
more git and github love
git  github 
february 2009 by avantbard
expose the currently deployed Git SHA1 in Rails
could be helpful for indicating currently deployed version number
rails  rubyonrails  webdev  git 
january 2009 by avantbard
acts_as_git
plugin to auto-version active record text/string fields to a git repository for easy history versioning and rollback
git  activerecord  history  versioning  rails  rubyonrails  webdev  plugins 
november 2008 by avantbard
Improving my git workflow
nice tip for easily creating a remote tracked branch in git
git  workflow  branch 
november 2008 by avantbard
Git Magic
another nice git resource
git  scm  dev 
october 2008 by avantbard

Copy this bookmark:



description:


tags: