Skip to content

Instantly share code, notes, and snippets.

@restuu
Created August 5, 2020 06:37
Show Gist options
  • Save restuu/589a31d2caa1c9f3ac1fe35ee71e1aa8 to your computer and use it in GitHub Desktop.
Save restuu/589a31d2caa1c9f3ac1fe35ee71e1aa8 to your computer and use it in GitHub Desktop.
alias gcl="git clone"
alias gcm="git commit"
alias gps="git push"
alias gpl="git pull"
alias gck="git checkout"
alias gst="git status"
alias src="source"
alias srczsh="source ~/.zshrc"
alias c="clear"
alias ns="npm start"
alias ys="yarn start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment