Skip to content

Instantly share code, notes, and snippets.

@pisceanfoot
Created February 10, 2015 06:16
Show Gist options
  • Save pisceanfoot/99d785f06b4eb87dd786 to your computer and use it in GitHub Desktop.
Save pisceanfoot/99d785f06b4eb87dd786 to your computer and use it in GitHub Desktop.
git config
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "origin"]
url = ssh://[email protected]:7999/lsd/login-handler.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "team/specialdeals/develop"]
remote = origin
merge = refs/heads/team/specialdeals/develop
[branch "team/specialdeals/feature/RIO2016-299"]
remote = origin
merge = refs/heads/team/specialdeals/feature/RIO2016-299
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment