Created
June 6, 2019 06:33
-
-
Save anushshukla/39abaa4b3e22c3b5c8773474cfe65175 to your computer and use it in GitHub Desktop.
~/..bash_aliases
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 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