Skip to content

Instantly share code, notes, and snippets.

@thuan1412
Last active April 20, 2020 17:22
Show Gist options
  • Save thuan1412/8be751e9a608f3dadcb5d6c856a62944 to your computer and use it in GitHub Desktop.
Save thuan1412/8be751e9a608f3dadcb5d6c856a62944 to your computer and use it in GitHub Desktop.
#### custom alias
alias cd-code="cd ~/code"
alias code-node="cd ~/code/node-workspace"
alias code-python="cd ~/code/python-workspace"
alias code-react="cd ~/code/react-workspace"
# git alias
alias gs="git status"
alias gp="git pull"
alias gb="git branch"
alias ga="git add $1"
alias gc="git commit -m $1"
alias gp="git push $1 $2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment