Skip to content

Instantly share code, notes, and snippets.

@wrgoldstein
Created March 17, 2022 17:13
Show Gist options
  • Select an option

  • Save wrgoldstein/be0ed79d82300b1ad14b1ff2625658e9 to your computer and use it in GitHub Desktop.

Select an option

Save wrgoldstein/be0ed79d82300b1ad14b1ff2625658e9 to your computer and use it in GitHub Desktop.
# thanks https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.s status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment