+ [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. 92930

Posted by tiblock in #github at 2015-05-09T13:11:10Z

Also another newbie question. When i use git on my projects, i do commit for every change i did. Is that okay to do this on github, or better 1 big commit than 10 small?
+ [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