+ [10 years ago] VxJasonxV no anonymous SSH access
+ [10 years ago] ThiefMaster i actually prefer https for readonly. that way i don't accidentally push to an upstream repo (assuming i have access to it)
+ [10 years ago] tang^ that's a plus
+ [10 years ago] tang^ I find it's hard to push to a repo named 'upstream'

message no. 77934

Posted by VxJasonxV in #github at 2015-02-05T22:07:58Z

no anonymous SSH access
+ [10 years ago] jud i have a fork and made some PRs, 3 commits later I want to squash already sync'd (with my fork) changes and update the PR into one nice coherent PR
+ [10 years ago] jud i did git rebase -i HEAD~3 and squashed, when I went to sync it seems everything's just back to before I squashed
+ [10 years ago] jud any idea what I did wrong?
+ [10 years ago] VxJasonxV jud: that series of events seems a little strange, because after rewriting history, both pulls and pushes fail
+ [10 years ago] VxJasonxV unless you do some very specific things