+ [6 years ago] bleb oh okay i found hub(1)
+ [6 years ago] Infininj4 hey i had a question. I had a github pages, which redi
+ [6 years ago] Infininj4 hey i had a question. I had a github pages, which redirected to my site. I can't see the "Your page is now hosted on blah blah.net" anymore, and I cant access the website? I went through the guide, can anyone tell me what I did wrong?
+ [6 years ago] Infininj4 I think it was after i made the subdomain name
+ [6 years ago] Infininj4 Does anyone have an idea where I messed up

message no. 170250

Posted by tya99 in #github at 2019-03-04T09:08:51Z

n/close
+ [6 years ago] hlve So can someone tell me if cherry picking is the best way to handle a change I need to make? Basically had a dev push a large commit to master back in December, mostly to tests, but also touched another part of the application. Many other commits/merges have happened since. I basically want to undo a subset of their merge.
+ [6 years ago] hlve Will a cherry pick reverse the commit, and pick out the changes I want to keep into a new commit?
+ [6 years ago] hlve Or will it simply cherry pick from that commit at that point in time?
+ [6 years ago] nedbat hlve: cherry-pick moves you forward. you might want "revert" which makes a reverse commit.
+ [6 years ago] hlve dumb question, if I branch off master, then revert that commit, it'll keep those changes in my branch only, right?