Created
August 5, 2020 06:37
-
-
Save restuu/589a31d2caa1c9f3ac1fe35ee71e1aa8 to your computer and use it in GitHub Desktop.
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 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