Skip to content

Instantly share code, notes, and snippets.

View MortadaAK's full-sized avatar

Mortada Al-Khars MortadaAK

View GitHub Profile
@MortadaAK
MortadaAK / .gitconfig
Created December 2, 2019 06:26 — forked from robmiller/.gitconfig
Some useful Git aliases that I use every day
#
# Working with branches
#
# Get the current branch name (not so useful in itself, but used in
# other aliases)
branch-name = "!git rev-parse --abbrev-ref HEAD"
# Push the current branch to the remote "origin", and set it to track
# the upstream branch
publish = "!git push -u origin $(git branch-name)"
@MortadaAK
MortadaAK / OPENVPN.md
Last active December 11, 2018 17:38
Setup OpenVPN for K8S

Reserver IP address

gcloud compute addresses create staging-vpn --region REGION

Retrive IP address

gcloud compute addresses describe staging-vpn --region REGION | grep address: