Last active
December 27, 2022 17:32
-
-
Save sshtmc/50bb2daa9721ac03df8c65a56bad28fd to your computer and use it in GitHub Desktop.
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 l='ls -ltr' | |
alias gst='git status' | |
alias gc='git commit' | |
alias ga='git add' | |
alias gd='git diff' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment