Created
December 6, 2020 20:45
-
-
Save gbarreiro/6fb751282aec63679ce2cd5d0f86c22c to your computer and use it in GitHub Desktop.
Bash cheatsheet: alias
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 clone_my_repo = "git clone http://verylongurl.com" # create an alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment