Skip to content

Instantly share code, notes, and snippets.

@loctanvo
loctanvo / .gitconfig-aliases
Created September 28, 2015 07:47 — forked from jstclair/.gitconfig-aliases
Git aliases
[alias]
# common aliases - acquired from many places...
# operations
b = branch
cl = clone
ci = commit
amend = commit --amend --no-edit
st = status --short --branch
# Nginx proxy for Elasticsearch + Kibana
# If you use this, you'll want to point config.js at http://FQDN:80/ instead of
# http://FQDN:9200
server {
listen *:80 ;
server_name kibana.myhost.org;
access_log /var/log/nginx/kibana.myhost.org.access.log;