Skip to content

Instantly share code, notes, and snippets.

View zibzobzub's full-sized avatar
🎯
Focusing

H zibzobzub

🎯
Focusing
View GitHub Profile
@zibzobzub
zibzobzub / postcode.json
Created September 14, 2018 08:50
State, City, District and Postcode
This file has been truncated, but you can view the full file.
[
{
"postcode": "01000",
"street name": "Alor Redeh",
"city": "Kangar",
"state abbreviation": "PLS"
},
{
"postcode": "01000",
alias ga="git add"
alias gaa="git add ."
alias gs="git status"
alias gc="git commit -m"
alias glog="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"