View atlantacrime2012until2017.small.csv
We can't make this file beautiful and searchable because it's too large.
offense_id,occur_date,UC2 Literal,neighborhood,npu | |
110171050,01/14/2012,LARCENY-NON VEHICLE,Sweet Auburn,M | |
110181057,08/22/2011,LARCENY-NON VEHICLE,Glenrose Heights,Z | |
112032439,07/22/2011,AUTO THEFT,Downtown,M | |
112152334,08/03/2011,AUTO THEFT,Perkerson,X | |
113491709,12/07/2011,LARCENY-FROM VEHICLE,Hills Park,D | |
120010023,01/01/2012,AGG ASSAULT,The Villages at Carver,Y | |
120010069,12/31/2011,LARCENY-FROM VEHICLE,Old Fourth Ward,M | |
120010072,12/31/2011,LARCENY-FROM VEHICLE,English Avenue,L | |
120010086,01/01/2012,LARCENY-FROM VEHICLE,Morningside/Lenox Park,F |
View .zshrc
push_branch() { | |
branch=`git rev-parse --symbolic-full-name --abbrev-ref HEAD` | |
git push $1 $branch | |
} | |
autoload push_branch | |
alias gpo='git push origin' | |
alias gpom='git push origin master' | |
alias gpob='push_branch origin' |