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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -