+ [8 years ago] morenoh149 you can't just delete a random commit in your history
+ [8 years ago] morenoh149 if you made a mistake you need to synthesize what the current tree should be by reevaluating all changes those commits made. That's rebasing.
+ [8 years ago] bug_sniper I decided it would be easier this time to just reset this time

message no. 154545

Posted by morenoh149 in #github at 2016-10-23T20:05:26Z

Zarthus: so I can confirm I can sign in via ssh into github. But when I try to push to a repo I own I'm still asked for a username and pass. When I used a personal access token as the password I was able to push.
+ [8 years ago] S3BH_ was set to something different than my github email. Later, I added that email address to my github email addresses (but not as a primary address)... I still don't see myself on the contribution graph, is the contribution graph "cached", is it ever going to get re-calculated or are all my contributions in vain ?
+ [8 years ago] Man1850 such gitvery hub \o
+ [8 years ago] rfuentess hi, I just screwed my local branch with a wrong rebase, I had a copy of that branch before the rebase, is possible to override the screwed content ?
+ [8 years ago] rob_ delete the branch you dont want, then make a copy of your backup branch?
+ [8 years ago] rfuentess I suppose that is more sane rob_