Skip to content

Instantly share code, notes, and snippets.

@gbarreiro
Created December 6, 2020 20:45
Show Gist options
  • Save gbarreiro/6fb751282aec63679ce2cd5d0f86c22c to your computer and use it in GitHub Desktop.
Save gbarreiro/6fb751282aec63679ce2cd5d0f86c22c to your computer and use it in GitHub Desktop.
Bash cheatsheet: alias
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