Skip to content

Instantly share code, notes, and snippets.

@bacongobbler
Last active December 17, 2015 11:49
Show Gist options
  • Save bacongobbler/5605689 to your computer and use it in GitHub Desktop.
Save bacongobbler/5605689 to your computer and use it in GitHub Desktop.
install and configure git
sudo apt-get install -y git
git config --global user.name "Matthew Fisher"
git config --global user.email me@bacongobbler.com
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.s status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment