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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

android - How to create dynamically Fragment pager adapter -

1111. appearing after print sequence - php -