hoodiehq-archive / my-first-hoodie

⛔ deprecated
Other
157 stars 35 forks source link

hoodie new appname should not set git origin to hoodiehq/hoodie-app-skeleton #1

Closed gr2m closed 12 years ago

gr2m commented 12 years ago

This is how appname/.git/config looks like after creating a new app with hoodie new appname

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = https://github.com/hoodiehq/hoodie-app-skeleton.git
[branch "master"]
    remote = origin
    merge = refs/heads/master

the [remote "origin"] should not be there

janl commented 12 years ago

Fixed in 150618e