Skip to content

Instantly share code, notes, and snippets.

@anushshukla
Created June 6, 2019 06:33
Show Gist options
  • Select an option

  • Save anushshukla/39abaa4b3e22c3b5c8773474cfe65175 to your computer and use it in GitHub Desktop.

Select an option

Save anushshukla/39abaa4b3e22c3b5c8773474cfe65175 to your computer and use it in GitHub Desktop.
~/..bash_aliases
alias checkoutsites='cd /var/www/html'
alias getStagingApiIp='ping some-host-name'
alias getCoverageFilesList='git diff --name-only origin/develop | grep -v public/ | grep -v api/ | grep -v styles | grep -v __tests__ | grep -v action_types'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment