latest 20 messages by edunham
+
[2016-06-01T18:15:57Z]
edunham
or you can just build yourself a URL, of the form https://github.com/username/reponame/pull/new/master
+
[2016-06-01T18:15:32Z]
edunham
cactusfrog: second, if you navigate to the other person's repo, there should be a gray "new pull request" button beside where it shows what branch you're currently on. Try clicking that. If it doesn't show up, verify that you're logged into github.
+
[2016-06-01T18:14:33Z]
edunham
cactusfrog: first, it's better to push your changes to a branch on your fork than to the master branch, because everything pushed later to the branch you PR from will show up in the PR
+
[2016-05-24T22:44:37Z]
edunham
if you've already done that, carefully read the error message about permission being denied to see if it's perms on the *repo*, or perms on the *local filesystem*
+
[2016-05-24T22:43:50Z]
edunham
darkhalo: easiest solution is to use ssh-agent: `ssh-add` or `ssh-add ~/.ssh/keyname`
+
[2016-05-11T18:21:20Z]
edunham
you also might have gotten the email due to some error
+
[2016-05-11T18:21:07Z]
edunham
https://github.com/blog/2164-introducing-unlimited-private-repositories has more detail
+
[2016-05-11T18:21:01Z]
edunham
hm. were you the admin of an org that paid github some amount of money?
+
[2016-05-11T18:20:17Z]
edunham
Remram: if you were previously paying github any amount of money, or using the education pack, you can now create as many private repos as you want.
+
[2016-05-11T17:59:34Z]
edunham
https://github.com/github/linguist/blob/master/CONTRIBUTING.md#testing once you've added sample code to the `samples` directory.
+
[2016-05-05T19:43:55Z]
edunham
Caelum: I use https://github.com/defunkt/gist
+
[2016-05-05T18:38:35Z]
edunham
redirect the page to the wiki url
+
[2016-05-05T18:38:22Z]
edunham
idlecore: https://help.github.com/articles/redirects-on-github-pages/
+
[2016-05-05T17:59:38Z]
edunham
you can just block it then clipboard the old fashioned way
+
[2016-05-05T17:58:20Z]
edunham
sangy: http://techcrunch.com/2013/01/02/github-replaces-copy-and-paste-with-zeroclipboard/
+
[2016-05-05T16:44:05Z]
edunham
I don't know if there are people who make 10 forks a day, but I'm an example of someone who forks substantially more often than watching
+
[2016-05-05T16:43:36Z]
edunham
(and actually, I'm seeing the "star" button between "watch" and "fork")
+
[2016-05-05T16:43:20Z]
edunham
yeah, when I actually visit repo pages in the browser, I'm there to fork it probably 1/3 of the time, and I never use the watch feature because it generates too much noise
+
[2016-05-05T16:42:30Z]
edunham
breadcrumbs: maybe in your workflow it isn't; for others it's extremely commonplace
+
[2016-05-05T16:40:35Z]
edunham
Caelum: github calls your gist "secret" when it's not listed on your public gists page https://gist.github.com/rkitover. anyone with the link can view a "secret" gist.