# Git tips and tricks ## Setup name and email git config --global user.name "Name" git config --global user.email "name@place.com" ## `git bisect` git bisect start git bisect new git checkout git bisect old git bisect run