One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: app | |
| labels: | |
| name: app | |
| spec: | |
| containers: | |
| - name: app-ctr | |
| image: khaosdoctor/go-vote-api |
| [alias] | |
| ci = commit | |
| co = checkout | |
| cm = checkout master | |
| cb = checkout -b | |
| st = status -sb | |
| sf = show --name-only | |
| lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30 | |
| incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u}) | |
| outgoing = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..) |
| <?php | |
| $mime_types = array( | |
| '.3dm' => 'x-world/x-3dmf', | |
| '.3dmf' => 'x-world/x-3dmf', | |
| '.a' => 'application/octet-stream', | |
| '.aab' => 'application/x-authorware-bin', | |
| '.aam' => 'application/x-authorware-map', | |
| '.aas' => 'application/x-authorware-seg', | |
| '.abc' => 'text/vnd.abc', | |
| '.acgi' => 'text/html', |