ruby on rails - Git rollback to previous commit on heroku -
i need rollback [remote "origin"]
without touching [remote "heroku"]
. both live sites on heroku. also, i'm not sure if file (.git/config
) correct. please help.
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = git@github.com:tidelake/site.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [prompt] showinfo = true [remote "heroku"] url = https://git.heroku.com/site-new.git fetch = +refs/heads/*:refs/remotes/heroku/*
Comments
Post a Comment