Skip to content

Instantly share code, notes, and snippets.

@bryangruneberg
Created February 1, 2017 05:37
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 bryangruneberg/80a239049c8e0b5c82717fff674e3fcd to your computer and use it in GitHub Desktop.
Save bryangruneberg/80a239049c8e0b5c82717fff674e3fcd to your computer and use it in GitHub Desktop.
git config --list
user.email=bryan@devspot.io
user.name=Bryan Gruneberg
push.default=matching
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git@github.com:AmazeeLabs/mobiliar-art.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.dev.remote=origin
branch.dev.merge=refs/heads/dev
branch.feature/DMO-38-ZetcomIntegration.remote=origin
branch.feature/DMO-38-ZetcomIntegration.merge=refs/heads/feature/DMO-38-ZetcomIntegration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment