latest 7 messages by kyan

+ [2017-01-18T01:53:39Z] kyan Filed a complaint.
+ [2017-01-18T01:46:19Z] kyan I'm pretty sure the instructions on GitHub's Web site just screwed up the line endings in several hundred files.
+ [2017-01-18T01:45:40Z] kyan Oh, I wonder if it's because of using git reset instead of moving the files aside, committing an empty repo, and then moving the files back.
+ [2017-01-18T01:44:23Z] kyan but when I got to the 4th step (committing my changes), it showed that there wasn't anything changed, even though I know there were things changed.
+ [2017-01-18T01:43:52Z] kyan Hi, I tried this thing to rebuild the "Git index" after changing my core.autocrlf setting: https://help.github.com/articles/dealing-with-line-endings/
+ [2016-07-26T02:49:27Z] kyan (I kinda figured out my question by making new branch from specific reviison. Thanks! :)
+ [2016-07-26T00:46:03Z] kyan Hi! I've got a fork of a repository with some changes in it, and I want to make a new branch that is a clean copy of the original repository's master branch, so I can make changes and then make a pull request without it containing a lot of extra commits. How do I do that? Thanks! :)