Closed gr2m closed 12 years ago
This is how appname/.git/config looks like after creating a new app with hoodie new appname
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
[remote "origin"]
Fixed in 150618e
This is how appname/.git/config looks like after creating a new app with
hoodie new appname
the
[remote "origin"]
should not be there