Skip to content

Instantly share code, notes, and snippets.

@jfgomez86
Last active December 17, 2015 04:59
Show Gist options
  • 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 [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment