Skip to content

Instantly share code, notes, and snippets.

@Zhiyuan-Amos
Created August 5, 2022 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zhiyuan-Amos/41c58ae46c823d555ada995c553a566f to your computer and use it in GitHub Desktop.
Save Zhiyuan-Amos/41c58ae46c823d555ada995c553a566f to your computer and use it in GitHub Desktop.
Git
git config --global push.autoSetupRemote true
git config --global pull.rebase true
git config --global fetch.prune true

git config --global alias.co checkout
git config --global alias.st status
git config --global alias.br branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment