Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [core]
- repositoryformatversion = 0
- filemode = true
- bare = false
- logallrefupdates = true
- ignorecase = true
- [remote "origin"]
- fetch = +refs/heads/*:refs/remotes/origin/*
- url = [email protected]:userName/repoName.com.git
- [branch "master"]
- remote = origin
- merge = refs/heads/master
- [branch "development"]
- remote = origin
- merge = refs/heads/development
- [branch "v/1"]
- remote = origin
- merge = refs/heads/v/1
- [remote "production"]
- fetch = +refs/heads/*:refs/remotes/production/*
- url = [email protected]:appName-production.git
- [branch "heroku-production"]
- remote = production
- merge = refs/heads/master
- [remote "staging"]
- fetch = +refs/heads/*:refs/remotes/staging/*
- url = [email protected]:appName-staging.git
- [branch "heroku-staging"]
- remote = staging
- merge = refs/heads/master
Advertisement
Add Comment
Please, Sign In to add comment