latest 4 messages by localhorse

+ [2017-06-05T05:46:10Z] localhorse does github use ignore-space-at-eol when showing diff?
+ [2017-06-03T06:35:50Z] localhorse how can i fix this mess? i was trying to sync my fork that was 14 commits behind using GitHub Desktop, but then it showed 1 commit ahead and still 14 behind. but i did "compare" and it showed it can merge, so i created a PR and merged it via the "rebase" option on the PR. but now it created even more commits and now it says 10 commits ahead, 14 behind :(( https://github.com/Boscop/rust-vst2/commits/master
+ [2017-05-04T08:41:58Z] localhorse i did `git co -b develop`, it said `Switched to a new branch 'develop'` but if i now do `git branch -a` it shows nothing! why?
+ [2017-04-25T16:11:27Z] localhorse i'm using GitHub for Windows but now i want to clone a repo that's not on github. if i clone in the git shell, how can i tell it to use my ssh key in %USERPROFILE%/.ssh/github_rsa.pub ?