Last active
March 26, 2017 03:14
-
-
Save huiyonghkw/d199296f345311810a6c9eb7879e23cd to your computer and use it in GitHub Desktop.
source ~/.alias
This file contains 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 gs="git status" | |
alias gpd="git push origin develop" | |
alias gpm="git push origin master" | |
alias gcom="git checkout master" | |
alias gcod="git checkout develop" | |
alias gb="git branch" | |
alias gc="git commit -m" | |
alias gaa="git add ." | |
alias gpd="git pull origin develop" | |
alias gpm="git pull origin master" | |
alias nano="subl" | |
alias cat=ccat | |
alias tinker="php artisan tinker" | |
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
loading it with
source ~/.alias
into .bash_profile or .zshrc