Skip to content

Instantly share code, notes, and snippets.

@vasyakrg
Created June 27, 2019 05:52
Show Gist options
  • Select an option

  • Save vasyakrg/8f1963c114ecb7479bbf6365efad1ef0 to your computer and use it in GitHub Desktop.

Select an option

Save vasyakrg/8f1963c114ecb7479bbf6365efad1ef0 to your computer and use it in GitHub Desktop.
aliases for live
[alias]
gr = log --all --decorate --oneline --graph
co = checkout
ci = commit -m
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
# myaliases
alias tfp="terraform plan"
alias tfa="terraform apply -auto-approve"
alias tfd="terraform destroy"
alias tfi="terraform init"
alias cls="clear"
alias ssh="ssh -o 'StrictHostKeyChecking=no'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment