+ [8 years ago] synaps3_ Anyone here using Hugo
+ [8 years ago] jen_ I am working on a specific branch and I pull from remote (github). My developer then removed latest commits which I pulled and moved those to another branch. I then pull on the same branch and those latest commits are still on the original branch on my local.
+ [8 years ago] jen_ how can i get the updated branch without the latter commits on my local.

message no. 166851

Posted by kbs in #github at 2017-03-31T19:46:07Z

Evidlo: sounds like a git than github thing, but does the merged result have the desired tree you need? git replace can let you simply remove the reference to 7bd690f if that's what you want
+ [8 years ago] Elronnd I dislike the "This branch is x commits ahead, y commits behind user:master" text (I forked from a dead project), but I still want to keep the "forked from user/repo" text. Is there a way to do that, aside from creating a new branch?
+ [8 years ago] dequeues Hey can someone help?http://stackoverflow.com/questions/43151562/class-not-being-autoloaded
+ [8 years ago] Vinnie_win How do I make it so that anyone can sign up for a code review on a pull request?
+ [8 years ago] nedbat Vinnie_win: isn't that the way it already works?