lucashungaro / dotfiles

My collection of config files for bash, ruby, rubygems, git, irb, rails and more

This URL has Read+Write access

dotfiles / unpair
100755 4 lines (3 sloc) 0.099 kb
1
2
3
4
#!/bin/sh
 
git config user.name "Lucas HĂșngaro"
git config user.email "lhungaro@webcointernet.com"