+[2015-09-25T21:13:36Z]VxJasonxVInsolsence: you can generate a public key if you have a private key +[2015-09-25T21:14:50Z]VxJasonxVssh-keygen -y [-f input_keyfile] +[2015-09-25T21:32:01Z]InsolsenceVxJasonxV: I already have the public key +[2015-09-25T21:32:06Z]Insolsencebut Github won't accept it for some reason +[2015-09-25T21:32:22Z]InsolsenceI'll try restarting later and will see if it's fixed
how can you see if a commit is part of a pull request on github?
+[2015-09-26T01:34:12Z]fahadashIf I buy a private repo, how many private clones could be forked off it? +[2015-09-26T10:39:37Z]dvlVia the web interface, is there a way to do a 'git pull' from upstream? i.e. pull changes made on master down to my fork... Google search is showing me how to do this from the command line, but I know how to do that.. +[2015-09-26T10:55:57Z]Zarthusdvl: there's no way to sync a fork via the web interface +[2015-09-26T10:56:16Z]dvlZarthus: I think I just figured out what I wanted... +[2015-09-26T10:56:54Z]dvlZarthus: If I click on my project (e.g. https://github.com/dlangille/gitolite), I see 'This branch is 7 commits behind sitaramc:master'...