Skip to content

Instantly share code, notes, and snippets.

@Garllon
Created June 28, 2016 15:25
Show Gist options
  • Save Garllon/a2a4a59349e5c58e16ac080eede02bf2 to your computer and use it in GitHub Desktop.
Save Garllon/a2a4a59349e5c58e16ac080eede02bf2 to your computer and use it in GitHub Desktop.
Initial Ubuntu Configuration
git config --global user.name 'Garllon'
git config --global user.email [email protected]
git config --global core.editor vim
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment