Skip to content

Instantly share code, notes, and snippets.

@cucxabeng
Last active April 3, 2017 04:00
Show Gist options
  • Save cucxabeng/bcdb2907aae09884a6c33c9f465f792e to your computer and use it in GitHub Desktop.
Save cucxabeng/bcdb2907aae09884a6c33c9f465f792e to your computer and use it in GitHub Desktop.
Some alias for developer
alias gs="git status"
alias gl="git log"
alias gcom="git checkout master"
alias gaa="git add ."
alias gc="git commit -m "
alias gp="git push"
alias nah="git reset --hard && git clean -df"
alias code="cd ~/Code"
alias desktop="cd ~/Desktop"
alias art="php artisan"
alias weather='curl -s wttr.in | sed -n "1,7p"'
alias myip='curl ipinfo.io/ip'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment