+ [10 years ago] Danny_Joris Nevik: excellent googling, thanks! :)
+ [10 years ago] bramgg DigialOcean wants "Public SSH keys" permissions on my GitHub account, what can they do with that?
+ [10 years ago] sonOfRa bramgg: they can read out the public keys.
+ [10 years ago] sonOfRa I suppose they use them to add them automatically to newly created droplets

message no. 92965

Posted by sonOfRa in #github at 2015-05-09T21:09:06Z

bramgg: they can read out the public keys.
+ [10 years ago] gohanman What do I do when "git fetch origin && git merge origin master" says "Already up-to-date" and "git push origin master" says rejected non-fast-forward where "origin" is github?
+ [10 years ago] Dougie187 gohanman: look at `git log --graph --oneline --decorate master origin/master`
+ [10 years ago] kumavis is it possible to create an oauth token for read-only access to a specific private repo