Skip to content

Instantly share code, notes, and snippets.

@jfgomez86
Last active December 17, 2015 04:59
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 jfgomez86/5554274 to your computer and use it in GitHub Desktop.
Save jfgomez86/5554274 to your computer and use it in GitHub Desktop.
Sets up my git aliases
git config --global alias.co checkout
#!/bin/bash
git config --global user.name "Jose Felix Gomez"
git config --global user.email jfgomez86@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment