This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "postcode": "01000", | |
| "street name": "Alor Redeh", | |
| "city": "Kangar", | |
| "state abbreviation": "PLS" | |
| }, | |
| { | |
| "postcode": "01000", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |