+[2019-11-27T13:36:02Z]tyklingit is a CNAME to d24z2fz21y4fag.cloudfront.net. which has no A or AAAA record +[2019-11-27T19:59:12Z]diverdudeI have a file A which is in git repository. I have another version (B) of A which is not in git repository. B has been updated outside repository and I want to merge it back into A. How do I do that? +[2019-11-27T21:18:47Z]nedbatdiverdude: copy B on top of A, and then do the usual add/commit etc +[2019-11-27T21:19:08Z]nedbatdiverdude: assuming A is up to date +[2019-11-27T22:16:07Z]thbltIs there a Github interface for git branch --contains? I just needed this on a monster repo and a lousy connection, could I have avoided the git clone?
+[2019-11-29T02:15:32Z]slamtimeHi friends. My org has SSO enabled, and I'm attempting to use the github deployments API to trigger a deployment. +[2019-11-29T02:16:01Z]slamtimeI have a webhook that listens and attempts to trigger the deploy, but I can't seem to authenticate +[2019-11-29T02:16:55Z]slamtimeI'm github admin, but not site admin I think? Looking for a way to create/update deployments +[2019-11-29T02:17:20Z]slamtime403 This API can only be accessed with username and password Basic Auth +[2019-11-29T02:20:01Z]slamtimethis is when I attempt with a personal token from a collaborator account with admin on the repo