Created
May 18, 2020 14:36
-
-
Save iAmShakil/a48f53d043899783ed3492c4f5310d0b to your computer and use it in GitHub Desktop.
.myaliases
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
#OS aliases | |
alias venv='source venv/bin/activate' | |
# git aliases | |
alias gc="git commit" | |
alias gs="git status" | |
alias gcom="git commit" | |
alias glog="git log" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment