- Python 3
- Pip 3
$ brew install python3
server { | |
listen 80; | |
server_name YOUR_SERVERS_IP_ADDRESS; | |
location ~ ^/(js/|img/|css/) { | |
root /path/to/public/static/; | |
access_log off; | |
expires 24h; | |
} | |
location / { |
A warning occurred (42 apples) | |
An error occurred |
[user] | |
name = diewland | |
email = [email protected] | |
[alias] | |
st = status | |
ci = commit | |
br = branch | |
co = checkout | |
l = log --graph --decorate --pretty=oneline --abbrev-commit -n 10 | |
ll = log --graph --decorate --pretty=oneline --abbrev-commit --all |