Skip to content

Instantly share code, notes, and snippets.

@linux-modder
Created September 16, 2017 15:05
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 linux-modder/e934d83578fd7a545d964291d0703852 to your computer and use it in GitHub Desktop.
Save linux-modder/e934d83578fd7a545d964291d0703852 to your computer and use it in GitHub Desktop.
git config -l
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://github.com/RITLug/TigerOs.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.devel.remote=origin
branch.devel.merge=refs/heads/devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment