Skip to content

Instantly share code, notes, and snippets.

@lennykioko
Created March 13, 2024 12:05
Show Gist options
  • Save lennykioko/164be3aa760574648623131fca9704cd to your computer and use it in GitHub Desktop.
Save lennykioko/164be3aa760574648623131fca9704cd to your computer and use it in GitHub Desktop.

// improve performance of repo git maintenance start

// list all aliases git config --get-regexp --global alias

git config --global alias.st status git config --global alias.ft fetch git config --global alias.cm commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment