Last active
August 29, 2015 14:00
-
-
Save Karmak23/11366438 to your computer and use it in GitHub Desktop.
Revisions
-
Karmak23 renamed this gist
Oct 22, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Karmak23 renamed this gist
Oct 22, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Olivier Cortès created this gist
Apr 28, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,41 @@ [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = false [remote "origin"] url = [email protected]:1flow fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [branch "develop"] remote = origin merge = refs/heads/develop [gitflow "branch"] master = master develop = develop [gitflow "prefix"] feature = feature/ release = release/ hotfix = hotfix/ support = support/ versiontag = 1flow- [remote "github"] url = [email protected]:1flow/1flow.git fetch = +refs/heads/*:refs/remotes/github/* [branch "feature/installable"] remote = origin merge = refs/heads/feature/installable [branch "feature/opml-import"] remote = origin merge = refs/heads/feature/opml-import [gitflow "branch.feature/special-renderers"] base = develop [branch "feature/1flow-index"] remote = origin merge = refs/heads/feature/1flow-index [gitflow "branch.feature/search-engine"] base = develop