Skip to content

Instantly share code, notes, and snippets.

@thoresuenert
Created April 27, 2012 10:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thoresuenert/128be1b590e19b37f53f to your computer and use it in GitHub Desktop.
cat config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git@myserver.de:mygit.git
fetch = +refs/heads/*:refs/remotes/origin/*
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag = version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment