Last active
December 22, 2019 07:59
-
-
Save Gfast2/0b9a8b194476a8f8fec0d87ddc3ef7aa to your computer and use it in GitHub Desktop.
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 w='cd ~/workspace;ll' | |
alias gs='git status' | |
alias gd='git diff' | |
alias ga='git add' | |
alias gc='git commit' | |
alias gp='git push' | |
alias gl='git log' | |
alias gr='git reset' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment