Skip to content

Instantly share code, notes, and snippets.

@guaiamum
Created October 20, 2019 19:47
Show Gist options
  • Save guaiamum/bd3306789e33c61e80fcd7e792bd71a3 to your computer and use it in GitHub Desktop.
Save guaiamum/bd3306789e33c61e80fcd7e792bd71a3 to your computer and use it in GitHub Desktop.
Config GIT alias
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.ft fetch
git config --global alias.st status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment