Skip to content

Instantly share code, notes, and snippets.

View dgsuarez's full-sized avatar

Diego Guerra dgsuarez

View GitHub Profile
@dgsuarez
dgsuarez / new_hg_gem.sh
Last active December 16, 2015 22:09
Use mercurial instead of git in a gem generated by bundle gem
#! /bin/sh
set -e
bundle gem $1
cd $1
rm -rf .git
mv .gitignore .hgignore