Skip to content

Instantly share code, notes, and snippets.

@endymion1818
Created February 8, 2022 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save endymion1818/5e64bfaa4ec069ee7eaf64dda06e8d7d to your computer and use it in GitHub Desktop.
Save endymion1818/5e64bfaa4ec069ee7eaf64dda06e8d7d to your computer and use it in GitHub Desktop.
some handy aliases
alias grum="git checkout master && git pull --all"
alias gc="git commit"
alias ga="git add"
alias gp="git push"
alias k="kubectl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment