Skip to content

Instantly share code, notes, and snippets.

View imjoey's full-sized avatar
👽
Wow~

Joey imjoey

👽
Wow~
View GitHub Profile
@imjoey
imjoey / builder.go
Created June 30, 2017 14:56 — forked from vaskoz/builder.go
Golang Builder pattern
package main
import "strconv"
import "fmt"
type Color string
type Make string
type Model string
const (
#!/bin/sh
git filter-branch --env-filter '
OLD_EMAIL="your-old-email@example.com"
CORRECT_NAME="Your Correct Name"
CORRECT_EMAIL="your-correct-email@example.com"
if [ "$GIT_COMMITTER_EMAIL" = "$OLD_EMAIL" ]
then