Skip to content

Instantly share code, notes, and snippets.

@Karmak23
Last active August 29, 2015 14:00
Show Gist options
  • Save Karmak23/11366438 to your computer and use it in GitHub Desktop.
Save Karmak23/11366438 to your computer and use it in GitHub Desktop.

Revisions

  1. Karmak23 renamed this gist Oct 22, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Karmak23 renamed this gist Oct 22, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. Olivier Cortès created this gist Apr 28, 2014.
    41 changes: 41 additions & 0 deletions gistfile1.txt
    Original 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