Skip to content

Instantly share code, notes, and snippets.

@abdullahtariq1171
Created September 11, 2017 16:17
Show Gist options
  • Save abdullahtariq1171/c8cd9f42703ddae3fc3d30c705c6c5da to your computer and use it in GitHub Desktop.
Save abdullahtariq1171/c8cd9f42703ddae3fc3d30c705c6c5da to your computer and use it in GitHub Desktop.
#rails alias
alias rs="rails s "
alias rc="rails c "
#git alias
alias gs="git status "
alias gd="git diff "
alias gc="git checkout "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment