latest 20 messages by Epitrope

+ [8 years ago] Epitrope I want to be able to test my changes, but I don't want to remove the CNAME file upstream
+ [8 years ago] Epitrope is there a way to get github-pages to ignore the CNAME file on a fork?
+ [9 years ago] Epitrope sorry, that can be read as kinda combative, which is not how I meant - more surprised, because when I read those a year or two ago that was enough for me to not want to buy a .io
+ [9 years ago] Epitrope VxJasonxV: those articles aren't enough to convince you to register a different domain?
+ [9 years ago] Epitrope cybernite: yeah, that's what I was thinking of... you only need the setup once (per repo), but then you can check out any pr against that repo without adding the other user's repo
+ [9 years ago] Epitrope owen1: this might be what you're looking for: https://github.com/blog/1547-release-your-software
+ [9 years ago] Epitrope owen1: oh, you're right. I think you can add release notes to a tag in the GitHub UI
+ [9 years ago] Epitrope cybernite: oh, there should be a ref created in the target repo for the PR; I don't remember offhand the format
+ [9 years ago] Epitrope owen1: do you mean an annotated tag? that's done through git with `git tag -a yourtagnamehere`
+ [9 years ago] Epitrope s/check it out/check out the branch locally/
+ [9 years ago] Epitrope whatever diff tool you prefer is fine; the advantage of using github's diff viewer is that you don't have to check it out
+ [9 years ago] Epitrope PRs with any "WIP" (work in progress) commits get a -1 from me
+ [9 years ago] Epitrope other things that affect my opinion on a PR include the title and body of the PR itself and of the commits to be merged
+ [9 years ago] Epitrope cybernite: and then I tend to review the diff online; depending on the author and complexity, I may also check it out and run it to verify it does what it's supposed to
+ [9 years ago] Epitrope cybernite: integrations are useful to run and report tests, such as travisci or jenkins
+ [9 years ago] Epitrope https://help.github.com/articles/remove-sensitive-data/
+ [9 years ago] Epitrope if you have data in your repository you want to not share, you need to rewrite history
+ [9 years ago] Epitrope you should be able to add yourself to the authors file, sdlnv