Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created October 15, 2015 03:46
Show Gist options
  • Save vinbarnes/335135fe35c44f382544 to your computer and use it in GitHub Desktop.
Save vinbarnes/335135fe35c44f382544 to your computer and use it in GitHub Desktop.
git config
merge.conflictstyle=diff3
github.user=vinbarnes
github.password=MQ3i8x@vq$ODGyKJ
alias.st=status
alias.ci=commit
alias.co=checkout
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true
core.editor=emacsclient
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
alias.st=status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment