+ [2015-11-05T16:11:45Z] flavi0 Seveas: D'uh! I had forgotten I already cloned that one at another occasion. Could really tell me that instead of "cannot be forked" :) sorry!
+ [2015-11-05T17:06:36Z] poxip hi there
+ [2015-11-05T17:26:35Z] jeffreylevesque is it possible to filter comments on a repository by date
+ [2015-11-05T17:27:25Z] jeffreylevesque is there an API that can filter comments within a repo within a time range?
+ [2015-11-05T22:44:01Z] VxJasonxV jeffreylevesque_: yes and no. you will have to paginate and pick only the comments you want based off their date value: https://developer.github.com/v3/repos/comments/#list-commit-comments-for-a-repository

message no. 118425

Posted by medfly in #github at 2015-11-05T09:54:48Z

yo
+ [2015-11-06T00:31:39Z] ChargedLight Hello. I was working and making changes while i was in branch master. Now i have several changes already done, but not commited yet. I don't want to push them directly to master. I want to create another branch, commit and push these changes to that branch and to github and then create a pull request to master. How can i now move my changes from master to new branch?
+ [2015-11-06T00:31:45Z] ChargedLight and if i try to checkout to another branch, i'm getting: error: Your local changes to the following files would be overwritten by checkout:
+ [2015-11-06T03:21:53Z] milki ChargedLight: you have uncommitted changes. see git status
+ [2015-11-06T03:53:39Z] durka42 hi! is this a good place to ask for help with github pages?
+ [2015-11-06T11:05:25Z] firelegend I am using the Windows client.