Created
June 27, 2019 05:52
-
-
Save vasyakrg/8f1963c114ecb7479bbf6365efad1ef0 to your computer and use it in GitHub Desktop.
aliases for live
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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